We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0260720 commit 458bddcCopy full SHA for 458bddc
kernel/src/components/MinimizedButton.ts
@@ -59,9 +59,9 @@ export class MinimizedButton {
59
}
60
updateOnDisconnection(msg: string){
61
this.statusIndicator.classList.add('disconnected');
62
- this.statusIndicator.classList.add('connected');
+ this.statusIndicator.classList.remove('connected');
63
this.deviceLabel.textContent = msg;
64
this.element.title = `Open RedBoard Device Manager (${msg})`;
65
- console.log("MinimizedButton: Device connected:", msg);
+ console.log("MinimizedButton: Device disconnected:", msg);
66
67
0 commit comments