aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop-widgets/updatemanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/updatemanager.cpp b/desktop-widgets/updatemanager.cpp
index f742fbcaf..f853f3853 100644
--- a/desktop-widgets/updatemanager.cpp
+++ b/desktop-widgets/updatemanager.cpp
@@ -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
}