Tweak the way the debug menu works.

This commit is contained in:
David Given
2025-10-03 22:34:55 +02:00
parent f7f887789c
commit b649c2b9af

View File

@@ -13,14 +13,7 @@ namespace hex::plugin::builtin
"hex.builtin.title_bar_button.debug_build",
[]
{
if (ImGui::GetIO().KeyShift)
{
RequestOpenPopup::post("DebugMenu");
}
else
{
hex::openWebpage("https://cowlark.com/fluxengine");
}
RequestOpenPopup::post("DebugMenu");
});
}