mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Add setting for swipe gesture on entries on mobile
This commit is contained in:
parent
ded70cd250
commit
7da72cf89a
28 changed files with 94 additions and 46 deletions
|
@ -36,6 +36,7 @@ func (h *handler) showSettingsPage(w http.ResponseWriter, r *http.Request) {
|
|||
KeyboardShortcuts: user.KeyboardShortcuts,
|
||||
ShowReadingTime: user.ShowReadingTime,
|
||||
CustomCSS: user.Extra["custom_css"],
|
||||
EntrySwipe: user.EntrySwipe,
|
||||
}
|
||||
|
||||
timezones, err := h.store.Timezones()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue