bugfix for "All Feeds" showing up int Subscription dialog

This commit is contained in:
Hauke Schade 2015-02-07 19:26:02 +01:00
parent 9e7a232935
commit 009b4bacb7

View file

@ -84,7 +84,7 @@ ListModel {
});
}
if(totalUnreadCount > 0 || showAll) {
if(!woSpecialCategories && (totalUnreadCount > 0 || showAll)) {
//Add the "All" category
root.insert(0, {
title: constant.allFeeds,