Implement theme pickers + importing

This commit is contained in:
luisangelsm
2026-03-05 08:22:04 +01:00
parent 5058f47a20
commit 46661becaf
7 changed files with 289 additions and 5 deletions

View File

@ -25,6 +25,7 @@ public:
const Theme &getCurrentTheme() const { return currentTheme; }
AppearanceConfiguration *getAppearanceConfiguration() const { return config; }
ThemeRepository *getRepository() const { return repository; }
signals:
void themeChanged();