feat: toggle popups on press down
This commit is contained in:
parent
af658aa14d
commit
e51ca81f7d
9 changed files with 9 additions and 9 deletions
|
|
@ -393,7 +393,7 @@ impl cosmic::Application for CosmicBatteryApplet {
|
|||
.core
|
||||
.applet
|
||||
.icon_button(&self.icon_name)
|
||||
.on_press(Message::TogglePopup)
|
||||
.on_press_down(Message::TogglePopup)
|
||||
.into();
|
||||
|
||||
if !self.gpus.is_empty() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue