impr: Modernize Tools view

This commit is contained in:
WerWolv
2025-08-10 12:36:11 +02:00
parent 5028b354cc
commit 73a59fe5c1
7 changed files with 53 additions and 47 deletions

View File

@@ -20,6 +20,7 @@ namespace hex::plugin::builtin {
std::map<ImGuiWindow*, float> m_windowHeights;
std::map<UnlocalizedString, bool> m_detachedTools;
std::map<UnlocalizedString, bool> m_collapsedTools;
};
}