idk where to suggest, imgui docking suggestion #8741
Closed
PenguuDev
started this conversation in
Build/Link/Run issues ONLY!
Replies: 1 comment
-
Not here. The Discussions header clearly says "Only post in Discussions if you CANNOT Build/Link/Run (OTHER TOPICS WILL BE DELETED)". It exists in ImGuiIO: // Disable default OS task bar icon flag for secondary viewports. When a viewport doesn't want a task bar icon, ImGuiViewportFlags_NoTaskBarIcon will be set on it.
bool ConfigViewportsNoTaskBarIcon; // = false So And setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
add a flag on imgui::begin for disabling the imgui window from appearing to the taskbar when taking it out of the parent window
Beta Was this translation helpful? Give feedback.
All reactions