1
0
mirror of synced 2025-02-17 18:59:21 +01:00

ux: Make undocked windows show up in task bar

This commit is contained in:
WerWolv 2022-01-11 16:02:05 +01:00
parent eac9fe1b70
commit 5af9af1e5a

View File

@ -916,7 +916,7 @@ namespace hex {
for (auto &entry : SharedData::fontAtlas->ConfigData) for (auto &entry : SharedData::fontAtlas->ConfigData)
io.Fonts->ConfigData.push_back(entry); io.Fonts->ConfigData.push_back(entry);
io.ConfigViewportsNoTaskBarIcon = true; io.ConfigViewportsNoTaskBarIcon = false;
io.KeyMap[ImGuiKey_Tab] = GLFW_KEY_TAB; io.KeyMap[ImGuiKey_Tab] = GLFW_KEY_TAB;
io.KeyMap[ImGuiKey_LeftArrow] = GLFW_KEY_LEFT; io.KeyMap[ImGuiKey_LeftArrow] = GLFW_KEY_LEFT;
io.KeyMap[ImGuiKey_RightArrow] = GLFW_KEY_RIGHT; io.KeyMap[ImGuiKey_RightArrow] = GLFW_KEY_RIGHT;