Fix PKC not really starting upon first boot

This commit is contained in:
croneter 2018-11-25 19:28:07 +01:00
parent 81de319715
commit 3f42e24b7d

View file

@ -596,6 +596,9 @@ class InitialSetup(object):
# Open Settings page now? You will need to restart!
goto_settings = utils.yesno_dialog(utils.lang(29999),
utils.lang(39017))
# Reload relevant settings
app.CONN.load()
app.ACCOUNT.load()
if goto_settings:
app.APP.suspend = True
executebuiltin(