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
parent f2300d89cc
commit 5d33f2abd1
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;