mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Implement theme pickers + importing
This commit is contained in:
@ -25,6 +25,7 @@ public:
|
||||
const Theme &getCurrentTheme() const { return currentTheme; }
|
||||
|
||||
AppearanceConfiguration *getAppearanceConfiguration() const { return config; }
|
||||
ThemeRepository *getRepository() const { return repository; }
|
||||
|
||||
signals:
|
||||
void themeChanged();
|
||||
|
||||
Reference in New Issue
Block a user