feat: Added visibility toggle to hide bookmark highlighting

This commit is contained in:
WerWolv
2025-01-04 21:40:18 +01:00
parent 6e861001cf
commit 6ecc495d43
2 changed files with 23 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ namespace hex::plugin::builtin {
struct Bookmark {
ImHexApi::Bookmarks::Entry entry;
TextEditor editor;
bool highlightVisible;
};
private: