From c679ed550ee96f4e757f66b94f333619ef261c60 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 25 Jul 2015 20:49:16 -0700 Subject: [PATCH] Don't show the survey for the mobile app Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 4463cb195..ed7c62c62 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -1094,11 +1094,13 @@ void MainWindow::readSettings() } QNetworkProxy::setApplicationProxy(proxy); +#if !defined(SUBSURFACE_MOBILE) loadRecentFiles(&s); if (firstRun) { checkSurvey(&s); firstRun = false; } +#endif } #undef TOOLBOX_PREF_BUTTON