summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
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