mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat: display all connected devices in tooltip
This commit is contained in:
@ -70,6 +70,7 @@ class Bluetooth : public ALabel {
|
||||
AdapterInfo cur_adapter_;
|
||||
std::vector<DeviceInfo> connected_devices_;
|
||||
DeviceInfo cur_focussed_device_;
|
||||
std::string device_enumerate_;
|
||||
|
||||
std::vector<std::string> device_preference_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user