Don't show the survey for the mobile app

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-25 20:49:16 -07:00
parent d50e767fb5
commit c679ed550e

View file

@ -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