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 committed by Nayla Hanegan
parent badf39a467
commit 1983af9fb1
No known key found for this signature in database
GPG key ID: 3075216CED0DB01D
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;