mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Tweak the way the debug menu works.
This commit is contained in:
@@ -13,14 +13,7 @@ namespace hex::plugin::builtin
|
|||||||
"hex.builtin.title_bar_button.debug_build",
|
"hex.builtin.title_bar_button.debug_build",
|
||||||
[]
|
[]
|
||||||
{
|
{
|
||||||
if (ImGui::GetIO().KeyShift)
|
RequestOpenPopup::post("DebugMenu");
|
||||||
{
|
|
||||||
RequestOpenPopup::post("DebugMenu");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
hex::openWebpage("https://cowlark.com/fluxengine");
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user