Skip to content

Commit b649c2b

Browse files
committed
Tweak the way the debug menu works.
1 parent f7f8877 commit b649c2b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/gui2/imhex_overrides/ui_items.cc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ namespace hex::plugin::builtin
1313
"hex.builtin.title_bar_button.debug_build",
1414
[]
1515
{
16-
if (ImGui::GetIO().KeyShift)
17-
{
18-
RequestOpenPopup::post("DebugMenu");
19-
}
20-
else
21-
{
22-
hex::openWebpage("https://cowlark.com/fluxengine");
23-
}
16+
RequestOpenPopup::post("DebugMenu");
2417
});
2518
}
2619

0 commit comments

Comments
 (0)