1
0
Fork 0

[client] Fix connection status indicator

This commit is contained in:
Starbeamrainbowlabs 2017-04-28 18:22:09 +01:00
parent 4efeff5a06
commit 2ded353c12
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}