Add more custom colors to the side bar elements so we can theme selected items

This commit is contained in:
luisangelsm
2026-02-28 18:30:51 +01:00
parent 7e7c6a979c
commit 2beb00c65f
6 changed files with 156 additions and 61 deletions

View File

@ -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