mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35:56 +00:00
enable displayNewContentPrompt() for cats
This commit is contained in:
@@ -297,10 +297,7 @@ function parse_counters(elems, scheduled_call) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: enable new content notification for categories
|
if (id == getActiveFeedId() && ctr > getFeedUnread(id) && scheduled_call) {
|
||||||
|
|
||||||
if (!activeFeedIsCat() && id == getActiveFeedId()
|
|
||||||
&& ctr > getFeedUnread(id) && scheduled_call) {
|
|
||||||
displayNewContentPrompt(id);
|
displayNewContentPrompt(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user