mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
bookmarks: Added ability to lock bookmarks
This commit is contained in:
@@ -14,6 +14,7 @@ namespace hex {
|
||||
entry.comment.reserve(comment.length());
|
||||
std::copy(name.begin(), name.end(), std::back_inserter(entry.name));
|
||||
std::copy(comment.begin(), comment.end(), std::back_inserter(entry.comment));
|
||||
entry.locked = false;
|
||||
|
||||
entry.color = color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user