DolphinQt: On Windows, detect whether the system is using a dark theme.

Co-authored-by: FearlessTobi <thm.frey@gmail.com>
This commit is contained in:
Admiral H. Curtiss 2023-07-31 00:27:48 +02:00
commit 5d33f2abd1
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
3 changed files with 31 additions and 1 deletions

View file

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