mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
Display option to hide feed only when category is not already hidden
This commit is contained in:
parent
ce6fa4c0fc
commit
b58a46455b
4 changed files with 8 additions and 1 deletions
|
@ -59,6 +59,7 @@ func (h *handler) showEditFeedPage(w http.ResponseWriter, r *http.Request) {
|
|||
FetchViaProxy: feed.FetchViaProxy,
|
||||
Disabled: feed.Disabled,
|
||||
HideGlobally: feed.HideGlobally,
|
||||
CategoryHidden: feed.Category.HideGlobally,
|
||||
}
|
||||
|
||||
sess := session.New(h.store, request.SessionID(r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue