weird bluetooth hover thing

This commit is contained in:
2026-06-29 18:57:03 +01:00
parent 8c7ecc1b14
commit 8abc848325
4 changed files with 37 additions and 7 deletions

View File

@@ -14,10 +14,10 @@ Singleton {
for (let device in deviceList) {
let currentDevice = deviceList[device];
if (currentDevice.connected == true) {
return false;
return true;
}
}
return true;
return false;
}
function getDevicesList() {