summaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-main.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-07 09:51:01 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-07 09:51:01 -0800
commit61e36124e4060142bec206a99b50222b8a62d063 (patch)
treefff3fe2bd3f7b1569382da2ec8c8f310c0eb1fcf /subsurface-mobile-main.cpp
parenta0a3bf88708d4ca2c2ac746c586d6e151d73f58a (diff)
downloadsubsurface-61e36124e4060142bec206a99b50222b8a62d063.tar.gz
Subsurface-mobile: make sure we load the preferences
Otherwise all kinds of things don't work right. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-mobile-main.cpp')
-rw-r--r--subsurface-mobile-main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp
index 77c574bb1..e58d32cea 100644
--- a/subsurface-mobile-main.cpp
+++ b/subsurface-mobile-main.cpp
@@ -52,6 +52,7 @@ int main(int argc, char **argv)
#endif
setup_system_prefs();
prefs = default_prefs;
+ loadPreferences();
fill_profile_color();
parse_xml_init();
taglist_init_global();