push latest related to default layout
This commit is contained in:
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user