sidebar: fix bluetooth device battery
This commit is contained in:
parent
88547233e2
commit
0994de650f
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ const BluetoothDevice = (device: AstalBluetooth.Device) => (
|
||||||
};
|
};
|
||||||
self.hook(device, "notify::connected", update);
|
self.hook(device, "notify::connected", update);
|
||||||
self.hook(device, "notify::paired", update);
|
self.hook(device, "notify::paired", update);
|
||||||
|
self.hook(device, "notify::battery-percentage", update);
|
||||||
update();
|
update();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue