mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Merge pull request #5546 from ligfx/qtdynamicthemes
DolphinQt2: live updates to UI theme
This commit is contained in:
@ -26,6 +26,7 @@ public:
|
||||
static Settings& Instance();
|
||||
|
||||
// UI
|
||||
void SetThemeName(const QString& theme_name);
|
||||
QString GetThemeDir() const;
|
||||
QString GetResourcesDir() const;
|
||||
QString GetProfilesDir() const;
|
||||
@ -111,6 +112,7 @@ public:
|
||||
void Save();
|
||||
|
||||
signals:
|
||||
void ThemeChanged();
|
||||
void PathAdded(const QString&);
|
||||
void PathRemoved(const QString&);
|
||||
void HideCursorChanged();
|
||||
|
Reference in New Issue
Block a user