🐛 fix UI not propagated
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user