mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -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",
|
||||
[]
|
||||
{
|
||||
if (ImGui::GetIO().KeyShift)
|
||||
{
|
||||
RequestOpenPopup::post("DebugMenu");
|
||||
}
|
||||
else
|
||||
{
|
||||
hex::openWebpage("https://cowlark.com/fluxengine");
|
||||
}
|
||||
RequestOpenPopup::post("DebugMenu");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user