forcefully stick download ui to main window
This commit is contained in:
@@ -44,6 +44,8 @@ public class DownloadUi : Window, IDisposable
|
||||
Flags |= ImGuiWindowFlags.NoTitleBar;
|
||||
Flags |= ImGuiWindowFlags.NoDecoration;
|
||||
|
||||
ForceMainWindow = true;
|
||||
|
||||
windowSystem.AddWindow(this);
|
||||
IsOpen = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user