mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
Added tools window
This commit is contained in:
@@ -156,7 +156,7 @@ namespace hex {
|
||||
if (ImGui::MenuItem("About", ""))
|
||||
this->m_aboutWindowOpen = true;
|
||||
ImGui::Separator();
|
||||
if (ImGui::MenuItem("Pattern Language Cheat Sheet", ""))
|
||||
if (ImGui::MenuItem("Cheat Sheet", ""))
|
||||
this->m_patternHelpWindowOpen = true;
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user