mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -1094,11 +1094,13 @@ void MainWindow::readSettings()
|
||||||
}
|
}
|
||||||
QNetworkProxy::setApplicationProxy(proxy);
|
QNetworkProxy::setApplicationProxy(proxy);
|
||||||
|
|
||||||
|
#if !defined(SUBSURFACE_MOBILE)
|
||||||
loadRecentFiles(&s);
|
loadRecentFiles(&s);
|
||||||
if (firstRun) {
|
if (firstRun) {
|
||||||
checkSurvey(&s);
|
checkSurvey(&s);
|
||||||
firstRun = false;
|
firstRun = false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef TOOLBOX_PREF_BUTTON
|
#undef TOOLBOX_PREF_BUTTON
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue