mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
a0a3bf8870
commit
61e36124e4
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue