mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user