Go back to the built-in dark theme for the launcher (for now)

This commit is contained in:
nashmuhandes 2025-06-21 22:07:41 +08:00 committed by Rachael Alexanderson
commit b0e083d61d

View file

@ -23,7 +23,7 @@ void InitWidgetResources(const char* filename)
if (!WidgetResources)
I_FatalError("Unable to open %s", filename);
WidgetTheme::SetTheme(std::make_unique<LightWidgetTheme>()); // GZDoom uses a different theme than VKDoom
WidgetTheme::SetTheme(std::make_unique<DarkWidgetTheme>());
}
void CloseWidgetResources()