feat: tooltips for app-list, minimize, and applet buttons

This commit is contained in:
Ashley Wulber 2025-02-27 20:32:13 -05:00 committed by Ashley Wulber
parent 0de336d0d7
commit d29c756c3c
4 changed files with 127 additions and 78 deletions

View file

@ -213,6 +213,7 @@ impl cosmic::Application for Power {
.icon_button(&self.icon_name)
.on_press_down(Message::TogglePopup),
"power",
self.popup.is_some(),
)
.into()
}