diff --git a/Source/Core/DolphinQt/QtUtils/SetWindowDecorations.cpp b/Source/Core/DolphinQt/QtUtils/SetWindowDecorations.cpp index 704e5a8f7f..6c595c0e2d 100644 --- a/Source/Core/DolphinQt/QtUtils/SetWindowDecorations.cpp +++ b/Source/Core/DolphinQt/QtUtils/SetWindowDecorations.cpp @@ -14,7 +14,7 @@ void SetQWidgetWindowDecorations(QWidget* widget) { #ifdef _WIN32 - if (!Settings::Instance().IsSystemDark()) + if (!Settings::Instance().IsThemeDark()) return; BOOL use_dark_title_bar = TRUE;