fix: use on_press_down to toggle time applet
This commit is contained in:
parent
4d46850ff2
commit
110c68d9a8
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ impl cosmic::Application for Window {
|
|||
} else {
|
||||
[self.core.applet.suggested_padding(true), 0]
|
||||
})
|
||||
.on_press(Message::TogglePopup)
|
||||
.on_press_down(Message::TogglePopup)
|
||||
.class(cosmic::theme::Button::AppletIcon);
|
||||
|
||||
autosize::autosize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue