mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Add support for loading image plugins through the settings folder of the apps.
This commit is contained in:
@ -114,6 +114,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
app.setApplicationName("YACReader");
|
||||
app.setOrganizationName("YACReader");
|
||||
YACReader::initializeSharedPluginPaths();
|
||||
|
||||
auto *appearanceConfig = new AppearanceConfiguration(
|
||||
YACReader::getSettingsPath() + "/YACReader.ini", qApp);
|
||||
|
||||
Reference in New Issue
Block a user