sidebar: fix bluetooth device battery

This commit is contained in:
2 * r + 2 * t 2025-03-28 12:46:17 +11:00
parent 88547233e2
commit 0994de650f

View file

@ -31,6 +31,7 @@ const BluetoothDevice = (device: AstalBluetooth.Device) => (
};
self.hook(device, "notify::connected", update);
self.hook(device, "notify::paired", update);
self.hook(device, "notify::battery-percentage", update);
update();
}}
/>