FM: Make "Refresh content" an actual Event/Gesture (#7592)

* And enable it by default in the FM as the "hold on top-right corner" Gesture, instead of the onHold handler of the "+" button.
This commit is contained in:
hius07
2021-05-05 21:43:43 +03:00
committed by GitHub
parent 3d9ed32458
commit 752ec49c6f
3 changed files with 11 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ return {
tap_right_bottom_corner = nil,
tap_left_bottom_corner = Device:hasFrontlight() and {toggle_frontlight = true,} or nil,
hold_top_left_corner = nil,
hold_top_right_corner = nil,
hold_top_right_corner = {refresh_content = true,},
hold_bottom_left_corner = nil,
hold_bottom_right_corner = nil,
one_finger_swipe_left_edge_down = Device:hasFrontlight() and {decrease_frontlight = 0,} or nil,