Version compare.
This commit is contained in:
parent
929ad4f33b
commit
2ea1d79201
@ -88,7 +88,7 @@ void FormUpdate::checkForUpdates() {
|
||||
m_ui->m_lblAvailableRelease->setText(update.first.m_availableVersion);
|
||||
m_ui->m_txtChanges->setText(update.first.m_changes);
|
||||
|
||||
if (update.first.m_availableVersion >= APP_VERSION) {
|
||||
if (update.first.m_availableVersion > APP_VERSION) {
|
||||
m_ui->m_lblStatus->setStatus(WidgetWithStatus::Ok,
|
||||
tr("New release available."),
|
||||
tr("This is new version which can be\ndownloaded and installed."));
|
||||
|
Loading…
x
Reference in New Issue
Block a user