🐛 fix UI not propagated

This commit is contained in:
2026-07-26 15:33:12 +02:00
parent 3d7a03fb2b
commit 5cffcba502
+1
View File
@@ -77,6 +77,7 @@ def app() -> None:
if not loaded_character:
sys.exit(-1)
global UI
UI = entrypoints.load_ui(args.ui)
UI.select_player(loaded_character)