We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cfd62 commit 9e81399Copy full SHA for 9e81399
imgui-lwjgl3/src/test/java/ImGuiGlfwExample.java
@@ -147,6 +147,7 @@ private void setupImGui() {
147
148
io.setIniFilename(null); // We don't want to save .ini file
149
io.addConfigFlags(ImGuiConfigFlags.NavEnableKeyboard | ImGuiConfigFlags.DockingEnable | ImGuiConfigFlags.ViewportsEnable);
150
+ io.setConfigViewportsNoTaskBarIcon(true);
151
152
// ------------------------------------------------------------
153
// Fonts configuration
0 commit comments