Improve GUI action logging

This commit is contained in:
2026-04-18 23:16:35 +03:00
parent 9564c7cf20
commit 7aef00e66a
3 changed files with 107 additions and 19 deletions

View File

@@ -296,6 +296,7 @@ def _make_ui_app(tmp_path):
app._config_path = lambda: tmp_path / "gui.json"
_bind_methods(
app,
"_log_action",
"_collect_gui_settings",
"_save_gui_settings",
"_load_gui_settings",