Added tools window

This commit is contained in:
WerWolv
2020-11-15 00:46:38 +01:00
parent 5b2dc51c07
commit 2526eda0db
6 changed files with 99 additions and 2 deletions

View File

@@ -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();
}