desktop-widgets isn't built for mobile
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1b7ee876ac
commit
afbeccca21
@ -101,7 +101,6 @@ void UpdateManager::requestReceived()
|
||||
msgbox.setIcon(QMessageBox::Warning);
|
||||
}
|
||||
}
|
||||
#ifndef SUBSURFACE_MOBILE
|
||||
if (haveNewVersion || !isAutomaticCheck) {
|
||||
msgbox.setWindowTitle(msgTitle);
|
||||
msgbox.setWindowIcon(QIcon(":subsurface-icon"));
|
||||
@ -126,5 +125,4 @@ void UpdateManager::requestReceived()
|
||||
update_settings->setDontCheckForUpdates(response.exec() != QMessageBox::Accepted);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user