ui: Added filter to bookmarks view

This commit is contained in:
WerWolv
2022-07-23 20:38:38 +02:00
parent d4dd57c7c8
commit c1a2697e42
4 changed files with 20 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ namespace hex::plugin::builtin {
private:
std::list<ImHexApi::Bookmarks::Entry> m_bookmarks;
std::string m_currFilter;
};
}