mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Add more custom colors to the side bar elements so we can theme selected items
This commit is contained in:
@ -153,7 +153,7 @@ QIcon ReadingListItem::getIcon() const
|
||||
else if (theme.sidebarIcons.useSystemFolderIcons)
|
||||
return QFileIconProvider().icon(QFileIconProvider::Folder);
|
||||
else
|
||||
return theme.sidebarIcons.folderIcon; // sublist
|
||||
return theme.treeView.folderIcon; // sublist
|
||||
}
|
||||
|
||||
int ReadingListItem::childCount() const
|
||||
|
||||
Reference in New Issue
Block a user