From 211b9ea914b1bcd56aec0d35afa630804c4bc827 Mon Sep 17 00:00:00 2001 From: nacro711072 Date: Sun, 30 Oct 2022 03:10:00 +0800 Subject: [PATCH] fix wrong glyph when switch between different mod. (#7970) --- core/src/com/unciv/ui/newgamescreen/NewGameScreen.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/com/unciv/ui/newgamescreen/NewGameScreen.kt b/core/src/com/unciv/ui/newgamescreen/NewGameScreen.kt index 05101752fd..a1fa62c274 100644 --- a/core/src/com/unciv/ui/newgamescreen/NewGameScreen.kt +++ b/core/src/com/unciv/ui/newgamescreen/NewGameScreen.kt @@ -189,6 +189,7 @@ class NewGameScreen( rightSideButton.disable() rightSideButton.setText("Working...".tr()) + setSkin() // Creating a new game can take a while and we don't want ANRs Concurrency.runOnNonDaemonThreadPool("NewGame") { startNewGame()