mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
DolphinQt: Switch dark/light theme when Windows theme changes.
This commit is contained in:
parent
e2fb8fab2f
commit
250d5f55de
5 changed files with 49 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue