DolphinQt: Set the application palette to a matching one when the Windows dark theme is in use.

This commit is contained in:
Admiral H. Curtiss
2023-08-01 19:52:36 +02:00
parent 250d5f55de
commit d725aaa5bc
3 changed files with 34 additions and 2 deletions

View File

@ -52,6 +52,7 @@ public:
// UI
void SetThemeName(const QString& theme_name);
void InitDefaultPalette();
void UpdateSystemDark();
void SetSystemDark(bool dark);
bool IsSystemDark();