ux: Make undocked windows show up in task bar
This commit is contained in:
parent
eac9fe1b70
commit
5af9af1e5a
@ -916,7 +916,7 @@ namespace hex {
|
||||
for (auto &entry : SharedData::fontAtlas->ConfigData)
|
||||
io.Fonts->ConfigData.push_back(entry);
|
||||
|
||||
io.ConfigViewportsNoTaskBarIcon = true;
|
||||
io.ConfigViewportsNoTaskBarIcon = false;
|
||||
io.KeyMap[ImGuiKey_Tab] = GLFW_KEY_TAB;
|
||||
io.KeyMap[ImGuiKey_LeftArrow] = GLFW_KEY_LEFT;
|
||||
io.KeyMap[ImGuiKey_RightArrow] = GLFW_KEY_RIGHT;
|
||||
|
Loading…
Reference in New Issue
Block a user