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>
This commit is contained in:
Dirk Hohndel 2015-11-07 09:51:01 -08:00
parent a0a3bf8870
commit 61e36124e4

View file

@ -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();