Fix PKC not really starting upon first boot
This commit is contained in:
parent
81de319715
commit
3f42e24b7d
1 changed files with 3 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue