diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-08-01 19:52:36 +0200 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-08-12 16:54:54 +0200 |
| commit | d725aaa5bcb6760522997a3ba43676c88b341d63 (patch) | |
| tree | 66d6ea998911dc6fb7e81b2658b2189986592916 /Source/Core/DolphinQt/Main.cpp | |
| parent | 250d5f55deb0febb9ea94090332bbbbd91d1af5c (diff) | |
DolphinQt: Set the application palette to a matching one when the Windows dark theme is in use.
Diffstat (limited to 'Source/Core/DolphinQt/Main.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/Main.cpp b/Source/Core/DolphinQt/Main.cpp index aa1697c6a7..3cf943b17b 100644 --- a/Source/Core/DolphinQt/Main.cpp +++ b/Source/Core/DolphinQt/Main.cpp @@ -246,6 +246,7 @@ int main(int argc, char* argv[]) DolphinAnalytics::Instance().ReportDolphinStart("qt"); MainWindow win{std::move(boot), static_cast<const char*>(options.get("movie"))}; + Settings::Instance().InitDefaultPalette(); Settings::Instance().UpdateSystemDark(); Settings::Instance().SetCurrentUserStyle(Settings::Instance().GetCurrentUserStyle()); win.Show(); |
