[desktop] Fixes blue bookmarks color invisible in the dark mode #5180
1 changed files with 0 additions and 1 deletions
|
@ -289,7 +289,6 @@ void BookmarkDialog::FillTree()
|
|||
true /* withComma */);
|
||||
}
|
||||
auto bookmarkItem = CreateTreeItem(name + " (Bookmark)", categoryItem);
|
||||
bookmarkItem->setForeground(0, Qt::blue);
|
||||
m_bookmarks[bookmarkItem] = bookmarkId;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue