some webUI fixes

This commit is contained in:
Ayzen
2026-06-10 14:39:25 +03:00
parent c12ae05148
commit 21f76d7cd2
14 changed files with 767 additions and 32 deletions
+2
View File
@@ -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