We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f8877 commit b649c2bCopy full SHA for b649c2b
src/gui2/imhex_overrides/ui_items.cc
@@ -13,14 +13,7 @@ namespace hex::plugin::builtin
13
"hex.builtin.title_bar_button.debug_build",
14
[]
15
{
16
- if (ImGui::GetIO().KeyShift)
17
- {
18
- RequestOpenPopup::post("DebugMenu");
19
- }
20
- else
21
22
- hex::openWebpage("https://cowlark.com/fluxengine");
23
+ RequestOpenPopup::post("DebugMenu");
24
});
25
}
26
0 commit comments