mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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
|
#endif
|
||||||
setup_system_prefs();
|
setup_system_prefs();
|
||||||
prefs = default_prefs;
|
prefs = default_prefs;
|
||||||
|
loadPreferences();
|
||||||
fill_profile_color();
|
fill_profile_color();
|
||||||
parse_xml_init();
|
parse_xml_init();
|
||||||
taglist_init_global();
|
taglist_init_global();
|
||||||
|
|
Loading…
Add table
Reference in a new issue