DolphinQt: Switch dark/light theme when Windows theme changes.

This commit is contained in:
Admiral H. Curtiss 2023-07-31 23:22:53 +02:00
commit 250d5f55de
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
5 changed files with 49 additions and 16 deletions

View file

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