From 5cffcba502ba183e58ee5f3d9fa8e8c2811e56cd Mon Sep 17 00:00:00 2001 From: anthony-melin Date: Sun, 26 Jul 2026 15:33:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20UI=20not=20propagated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/elironwars/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/elironwars/app.py b/src/elironwars/app.py index 8c4c916..3c87863 100644 --- a/src/elironwars/app.py +++ b/src/elironwars/app.py @@ -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)