fix: flipped "show only unread" (closes #21)
This commit is contained in:
@@ -58,8 +58,8 @@ typedef NS_ENUM(NSInteger, MenuItemTag) {
|
||||
|
||||
// Check user preferences to show only unread entries
|
||||
if (unread == 0 &&
|
||||
((fg.type == FEED && UserPrefsBool(Pref_groupUnreadOnly)) ||
|
||||
(fg.type == GROUP && UserPrefsBool(Pref_globalUnreadOnly)))) {
|
||||
((fg.type == FEED && UserPrefsBool(Pref_globalUnreadOnly)) ||
|
||||
(fg.type == GROUP && UserPrefsBool(Pref_groupUnreadOnly)))) {
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user