Skip to content

Commit

Permalink
fix: use on_press_down to toggle time applet
Browse files Browse the repository at this point in the history
  • Loading branch information
lazytanuki authored and wash2 committed Nov 7, 2024
1 parent 4d46850 commit 110c68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmic-applet-time/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 110c68d

Please sign in to comment.