mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
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:
parent
f2300d89cc
commit
5d33f2abd1
3 changed files with 31 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue