Private
Public Access
0
0

fix(controller): re-add self.context_preset_manager init (lost in 72f8f466)

This commit is contained in:
2026-06-10 08:56:35 -04:00
parent 1919aa8a32
commit bc4651d1e4
+1
View File
@@ -1181,6 +1181,7 @@ class AppController:
'_project_switch_error': '_project_switch_error',
'active_project_path': 'active_project_path',
})
self.context_preset_manager = ContextPresetManager()
self.perf_monitor = performance_monitor.get_monitor()
self._perf_profiling_enabled = False
self._gui_task_handlers: Dict[str, Callable] = {