diff --git a/plugins/builtin/source/content/welcome_screen.cpp b/plugins/builtin/source/content/welcome_screen.cpp index 8012aa9a4..1b7bac7fa 100644 --- a/plugins/builtin/source/content/welcome_screen.cpp +++ b/plugins/builtin/source/content/welcome_screen.cpp @@ -290,7 +290,7 @@ namespace hex::plugin::builtin { auto theme = ContentRegistry::Settings::getSetting("hex.builtin.setting.interface", "hex.builtin.setting.interface.color"); if (theme.is_number()) { - static int lastTheme = theme.get(); + static int lastTheme = 0; if (const int thisTheme = theme.get(); thisTheme != lastTheme) { EventManager::post(thisTheme);