feat: Added tutorial system

This commit is contained in:
WerWolv
2023-12-13 11:24:25 +01:00
parent 1a8a9e53e1
commit 5bcfe37b4e
8 changed files with 499 additions and 11 deletions

View File

@@ -160,8 +160,6 @@ namespace hex::plugin::builtin {
ImGui::SetCursorPosX(50_scaled);
if (ImGuiExt::DimmedButton("hex.builtin.view.information.analyze"_lang, ImVec2(ImGui::GetContentRegionAvail().x - 50_scaled, 0)))
this->analyze();
}
ImGuiExt::EndSubWindow();
ImGui::EndDisabled();