From b0e083d61da44613302b78ad1e3a2af2de5f054b Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Sat, 21 Jun 2025 22:07:41 +0800 Subject: [PATCH] Go back to the built-in dark theme for the launcher (for now) --- src/common/widgets/widgetresourcedata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/widgets/widgetresourcedata.cpp b/src/common/widgets/widgetresourcedata.cpp index a4e2c027a..849b6d553 100644 --- a/src/common/widgets/widgetresourcedata.cpp +++ b/src/common/widgets/widgetresourcedata.cpp @@ -23,7 +23,7 @@ void InitWidgetResources(const char* filename) if (!WidgetResources) I_FatalError("Unable to open %s", filename); - WidgetTheme::SetTheme(std::make_unique()); // GZDoom uses a different theme than VKDoom + WidgetTheme::SetTheme(std::make_unique()); } void CloseWidgetResources()