feat: display all connected devices in tooltip

This commit is contained in:
Daan Goossens
2022-05-04 18:27:29 +02:00
parent 638b4e6573
commit 794610a1ca
3 changed files with 57 additions and 15 deletions

View File

@ -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_;
};