mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix shouldShowReleaseChangelog logic
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user