feat: Allow pairings to be deleted

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-29 20:22:37 +01:00
parent 35d2174136
commit ba49da2317
8 changed files with 125 additions and 71 deletions

View file

@ -52,8 +52,6 @@ impl ObjectImpl for BluetoothBox {
self.parent_constructed();
let obj = self.obj();
obj.setupCallbacks();
obj.scanForDevices();
obj.addConnectedDevices();
}
}