Don't show the survey for the mobile app
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d50e767fb5
commit
c679ed550e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user