mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
DolphinQt: Set the application palette to a matching one when the Windows dark theme is in use.
This commit is contained in:
parent
94c954ce17
commit
84861e7514
3 changed files with 34 additions and 2 deletions
|
@ -260,6 +260,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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue