chore: initialize and run app

This commit is contained in:
aclist 2026-08-23 19:26:41 +09:00
parent ea2ca684d6
commit e1e034fffd

View File

@ -154,4 +154,5 @@ def load_gui(version: str, is_debug: bool) -> None:
use_miles=use_miles,
)
print(boot.all_ok)
App(prefs)
app = App(prefs)
app.run(None)