feat(gui): Rename Context Hub to Project Settings

- gui_2.py: Window title changed to 'Project Settings'
- app_controller.py: show_windows key updated
- Updated tests to reference new name
This commit is contained in:
2026-03-22 12:57:49 -04:00
parent f5d4913da2
commit 2ed9867e39
6 changed files with 31 additions and 8 deletions

View File

@@ -950,7 +950,7 @@ class AppController:
bg_shader.get_bg().enabled = gui_cfg.get("bg_shader_enabled", False)
_default_windows = {
"Context Hub": True,
"Project Settings": True,
"Files & Media": True,
"AI Settings": True,
"MMA Dashboard": True,