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:
@ -7,9 +7,7 @@ YACReader::WhatsNewController::WhatsNewController() { }
|
||||
|
||||
void YACReader::WhatsNewController::showWhatsNewIfNeeded(QWidget *fromParent)
|
||||
{
|
||||
QSettings commonSettings(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) +
|
||||
"/YACReader/YACReaderCommon.ini",
|
||||
QSettings::IniFormat);
|
||||
QSettings commonSettings(YACReader::getCommonSettingsFilePath(), QSettings::IniFormat);
|
||||
|
||||
if (commonSettings.value("LAST_VERSION_INSTALLED").toString() != VERSION) {
|
||||
showWhatsNew(fromParent);
|
||||
|
||||
Reference in New Issue
Block a user