mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[client] Fix connection status indicator
This commit is contained in:
parent
4efeff5a06
commit
2ded353c12
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class RippleLink extends EventEmitter
|
|||
|
||||
handleDisconnection(event) {
|
||||
console.error("[ripple link] Lost connection.");
|
||||
this.boardWindow.interface.setConnectedStatus(true);
|
||||
this.boardWindow.interface.setConnectedStatus(false);
|
||||
|
||||
this.emit("disconnect", event);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue