chore: revert on TerminalManager changes

This commit is contained in:
Alexandre Antonio Juca
2025-01-09 23:15:06 +01:00
committed by Mitchell Hashimoto
parent 3a5aecc216
commit 61a78efa83

View File

@ -26,7 +26,7 @@ class TerminalManager {
/// Returns the main window of the managed window stack. If there is no window
/// then an arbitrary window will be chosen.
var mainWindow: Window? {
private var mainWindow: Window? {
for window in windows {
if (window.controller.window?.isMainWindow ?? false) {
return window