mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Use target app and version in themes meta
This commit is contained in:
@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user