mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
fix: set initial disconnected status
This commit is contained in:
parent
9654f937f2
commit
90236e89e9
@ -32,6 +32,9 @@ include event_handling
|
||||
include signal_handling
|
||||
|
||||
proc init*(self: ChatController) =
|
||||
# Initial state is disconnected and will change as soon as there's a peer
|
||||
self.view.setConnected(false)
|
||||
|
||||
self.handleMailserverEvents()
|
||||
self.handleChatEvents()
|
||||
self.status.mailservers.init()
|
||||
|
Loading…
x
Reference in New Issue
Block a user