some webUI fixes
This commit is contained in:
@@ -124,6 +124,8 @@ class AppWindow(
|
||||
self._project_root = project_root
|
||||
self._root_profile_path = project_root / "run_config.json"
|
||||
self._active_profile_path = self._root_profile_path
|
||||
# Run-config profiles the web UI can browse and load (it has no file dialog).
|
||||
self._run_configs_dir = project_root / "run_configs"
|
||||
self._pending_startup_log_entries: list[tuple[str, str, str | None]] = []
|
||||
# Guards closeEvent against re-entrant teardown (e.g. a second signal).
|
||||
self._closing = False
|
||||
|
||||
Reference in New Issue
Block a user