nicer button interactivities

This commit is contained in:
2025-12-22 02:32:18 +01:00
parent 5a429a3b8b
commit 8613024f8d
6 changed files with 73 additions and 55 deletions

View File

@@ -13,10 +13,11 @@ class BluetoothService {
sigc::signal<void(bool)> isDiscoveringChangedSignal;
bool getPowerState();
void setPowerState(bool state);
bool getIsDiscovering();
void setIsDiscovering(bool state);
void togglePowerState();
void toggleIsDiscovering();
private:
GDBusProxy *adapter_proxy = nullptr;