fix(controller): re-add self.context_preset_manager init (lost in 72f8f466)
This commit is contained in:
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user