Use target app and version in themes meta

This commit is contained in:
luisangelsm
2026-03-06 12:29:06 +01:00
parent 9024ff7d0c
commit 86b5003f07
14 changed files with 60 additions and 19 deletions

View File

@ -120,7 +120,7 @@ int main(int argc, char *argv[])
auto *appearanceConfig = new AppearanceConfiguration(
YACReader::getSettingsPath() + "/YACReader.ini", qApp);
auto *themeRepo = new ThemeRepository(
":/themes", YACReader::getSettingsPath() + "/themes/user");
":/themes", YACReader::getSettingsPath() + "/themes/user", "YACReader");
ThemeManager::instance().initialize(appearanceConfig, themeRepo);
if (QIcon::hasThemeIcon("YACReader")) {