Skip to content

Commit

Permalink
bookmarks: Restore tag color
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Nov 10, 2024
1 parent 34897c8 commit 73142fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qtgui/bookmarks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ bool Bookmarks::save()
std::string prev_loc = std::setlocale(LC_ALL, nullptr);
std::setlocale(LC_ALL, "C");
QString tmp;
csv.write(QStringList({"Tag name","color"}));
csv.write(QStringList({"name","color"}));
QMap<QString, TagInfo::sptr> usedTags;
for (int iBookmark = 0; iBookmark < m_BookmarkList.size(); iBookmark++)
{
Expand Down

0 comments on commit 73142fa

Please sign in to comment.