diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-01 22:00:43 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-01 22:00:43 +0200 |
commit | 710c133e9453201e4a3a4f7e18fe5aed899eba85 (patch) | |
tree | 8b514e0384db8739648c75cb49aa8ce5c2bf88f0 | |
parent | a683585956ed358e82a3d1cc815e8cfcf9d6ad86 (diff) | |
parent | f47463e4da9d0ee9cbd4988fba98597cbc385b21 (diff) | |
download | ayatana-indicator-bluetooth-710c133e9453201e4a3a4f7e18fe5aed899eba85.tar.gz ayatana-indicator-bluetooth-710c133e9453201e4a3a4f7e18fe5aed899eba85.tar.bz2 ayatana-indicator-bluetooth-710c133e9453201e4a3a4f7e18fe5aed899eba85.zip |
Merge branch 'sunweaver-pr/tooltip-support'
Attributes GH PR #43: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/43
-rw-r--r-- | src/profile.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profile.vala b/src/profile.vala index 69de0c5..eb7d067 100644 --- a/src/profile.vala +++ b/src/profile.vala @@ -170,6 +170,7 @@ class Profile: Object builder.add ("{sv}", "accessible-desc", new Variant.string (a11y)); builder.add ("{sv}", "icon", icon.serialize()); builder.add ("{sv}", "title", new Variant.string (_("Bluetooth"))); + builder.add ("{sv}", "tooltip", new Variant.string (_("Bluetooth status & device connections"))); return builder.end (); } |