Reset restart loading status on weboscket connection
This commit is contained in:
parent
efe3680cd7
commit
fcda2e8706
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class UiConfig extends ZeroFrame
|
||||||
|
|
||||||
onOpenWebsocket: =>
|
onOpenWebsocket: =>
|
||||||
@cmd("wrapperSetTitle", "Config - ZeroNet")
|
@cmd("wrapperSetTitle", "Config - ZeroNet")
|
||||||
|
@restart_loading = false
|
||||||
@updateConfig()
|
@updateConfig()
|
||||||
|
|
||||||
updateConfig: (cb) =>
|
updateConfig: (cb) =>
|
||||||
|
|
Loading…
Reference in a new issue