mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-13 00:24:20 +00:00
Viewport: Popups, Tooltips can individually request no task bar icons to the platform layer. (#1542)
This commit is contained in:
parent
0eaddb4dcd
commit
0d5042f0f3
12 changed files with 25 additions and 20 deletions
|
|
@ -347,7 +347,7 @@ int main(int, char**)
|
|||
ImGui::CreateContext();
|
||||
ImGuiIO& io = ImGui::GetIO(); (void)io;
|
||||
io.ConfigFlags |= ImGuiConfigFlags_EnableViewports;
|
||||
io.ConfigFlags |= ImGuiConfigFlags_NoTaskBarForViewports;
|
||||
io.ConfigFlags |= ImGuiConfigFlags_NoTaskBarIconsForViewports;
|
||||
//io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls
|
||||
|
||||
// Setup GLFW binding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue