Go back to the built-in dark theme for the launcher (for now)
This commit is contained in:
parent
00a5bce5d7
commit
b0e083d61d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue