bugfix for "All Feeds" showing up int Subscription dialog
This commit is contained in:
parent
9e7a232935
commit
009b4bacb7
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ ListModel {
|
|||
});
|
||||
}
|
||||
|
||||
if(totalUnreadCount > 0 || showAll) {
|
||||
if(!woSpecialCategories && (totalUnreadCount > 0 || showAll)) {
|
||||
//Add the "All" category
|
||||
root.insert(0, {
|
||||
title: constant.allFeeds,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue