Skip to content

Commit

Permalink
ui-home: Bind end signal of swipe gesture to powerbar_longpress_end
Browse files Browse the repository at this point in the history
Signed-off-by: Bardia Moshiri <[email protected]>
  • Loading branch information
FakeShell authored and g7 committed Jan 21, 2024
1 parent 73751f4 commit 78f4e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/home.ui
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
<property name="widget">powerbar</property>
<signal name="swipe" handler="on_powerbar_swiped" />
<signal name="begin" handler="powerbar_action_started" swapped="true"/>
<signal name="end" handler="powerbar_longpress_end" swapped="true"/>
<signal name="end" handler="powerbar_action_ended" swapped="true"/>
</object>
</interface>

0 comments on commit 78f4e4d

Please sign in to comment.