more system themes initial changes

Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
Tayou
2024-06-30 21:35:03 +02:00
parent fc445078cd
commit 046e3588af
5 changed files with 58 additions and 17 deletions

View File

@@ -64,6 +64,7 @@ class ThemeManager {
QDir m_applicationThemeFolder{ "themes" };
QDir m_catPacksFolder{ "catpacks" };
std::map<QString, std::unique_ptr<CatPack>> m_cat_packs;
QString currentlySelectedSystemTheme;
void initializeThemes();
void initializeCatPacks();