fix shouldShowReleaseChangelog logic

This commit is contained in:
uncor3
2026-03-06 01:57:25 +00:00
parent 9043350731
commit 0e7b23a241
+1 -1
View File
@@ -313,7 +313,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent)
#endif
QString lastAppVersion = SettingsManager::sharedInstance()->appVersion();
bool shouldShowReleaseChangelog = true;
bool shouldShowReleaseChangelog = lastAppVersion != APP_VERSION;
SettingsManager::sharedInstance()->setAppVersion(APP_VERSION);
if (shouldShowReleaseChangelog) {