We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394367f commit a5113e9Copy full SHA for a5113e9
1 file changed
src/update_checker.cpp
@@ -69,7 +69,7 @@ void UpdateChecker::checkForUpdate(const QString &version, bool silent)
69
if (versionAbiggerThanVersionB(newVersion, version))
70
{
71
qCInfo(updateChecker) << "New version found:" << newVersion;
72
- if (!silent) emit updateAvailable(newVersion);
+ emit updateAvailable(newVersion);
73
return;
74
}
75
0 commit comments