1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00

fix(ui): reading preferences are reset if the form values are incorrect

This commit is contained in:
Frédéric Guillot 2025-01-12 16:11:15 -08:00
parent 6cbe8c3a9d
commit f5fde36d45
4 changed files with 16 additions and 11 deletions

View file

@ -16,7 +16,7 @@ import (
// MarkReadBehavior list all possible behaviors for automatically marking an entry as read
type MarkReadBehavior string
var (
const (
NoAutoMarkAsRead MarkReadBehavior = "no-auto"
MarkAsReadOnView MarkReadBehavior = "on-view"
MarkAsReadOnViewButWaitForPlayerCompletion MarkReadBehavior = "on-view-but-wait-for-player-completion"