mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: initialize and run app
This commit is contained in:
parent
ea2ca684d6
commit
e1e034fffd
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user