mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
imgui: Fix floating windows creating their own task bar items
This commit is contained in:
@@ -662,7 +662,7 @@ namespace hex {
|
||||
#endif
|
||||
|
||||
|
||||
io.ConfigViewportsNoTaskBarIcon = false;
|
||||
io.ConfigViewportsNoTaskBarIcon = true;
|
||||
io.KeyMap[ImGuiKey_Tab] = GLFW_KEY_TAB;
|
||||
io.KeyMap[ImGuiKey_LeftArrow] = GLFW_KEY_LEFT;
|
||||
io.KeyMap[ImGuiKey_RightArrow] = GLFW_KEY_RIGHT;
|
||||
|
||||
Reference in New Issue
Block a user