Private
Public Access
0
0

push latest related to default layout

This commit is contained in:
2026-06-07 23:50:24 -04:00
parent 2db1436130
commit 746dde8286
5 changed files with 26 additions and 18 deletions
+3 -2
View File
@@ -1833,7 +1833,7 @@ class AppController:
"Project Settings": True,
"Files & Media": True,
"AI Settings": True,
"MMA Dashboard": True,
"MMA Dashboard": False,
"Task DAG": False,
"Usage Analytics": False,
"Tier 1": False,
@@ -1851,7 +1851,8 @@ class AppController:
"Tool Calls": False,
"Text Viewer": False,
"Theme": True,
"Log Management": False,
"Log Management": True,
"Diagnostics": True,
}
saved = self.config.get("gui", {}).get("show_windows", {})
self.show_windows = {k: saved.get(k, v) for k, v in _default_windows.items()}
+1 -1
View File
@@ -530,7 +530,7 @@ class App:
_STALE_WINDOW_NAMES = {
"Projects", "Files", "Screenshots", "Discussion History",
"Provider", "Message", "Response", "Tool Calls",
"Comms History", "System Prompts", "Theme",
"Comms History", "System Prompts",
}
_stale_found = [n for n in _STALE_WINDOW_NAMES if f"[Window][{n}]" in _ini_text]
if _stale_found: