From 61e36124e4060142bec206a99b50222b8a62d063 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 7 Nov 2015 09:51:01 -0800 Subject: [PATCH] Subsurface-mobile: make sure we load the preferences Otherwise all kinds of things don't work right. Signed-off-by: Dirk Hohndel --- subsurface-mobile-main.cpp | 1 + 1 file changed, 1 insertion(+) 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();