[desktop] Fixes blue bookmarks color invisible in the dark mode

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-05-18 12:44:32 +02:00 committed by Alexander Borsuk
parent 21f70728d7
commit 25914b02e4

View file

@ -289,7 +289,6 @@ void BookmarkDialog::FillTree()
true /* withComma */);
}
auto bookmarkItem = CreateTreeItem(name + " (Bookmark)", categoryItem);
bookmarkItem->setForeground(0, Qt::blue);
m_bookmarks[bookmarkItem] = bookmarkId;
}