mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +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
|
@ -23,9 +23,10 @@ type User struct {
|
|||
EntryDirection string `json:"entry_sorting_direction"`
|
||||
EntriesPerPage int `json:"entries_per_page"`
|
||||
KeyboardShortcuts bool `json:"keyboard_shortcuts"`
|
||||
ShowReadingTime bool `json:"show_reading_time"`
|
||||
ShowReadingTime bool `json:"show_reading_time"`
|
||||
LastLoginAt *time.Time `json:"last_login_at,omitempty"`
|
||||
Extra map[string]string `json:"extra"`
|
||||
EntrySwipe bool `json:"entry_swipe"`
|
||||
}
|
||||
|
||||
// NewUser returns a new User.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue