mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
forcefully stick download ui to main window
This commit is contained in:
parent
3decdd55e9
commit
b9d119acf1
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ public class DownloadUi : Window, IDisposable
|
||||||
Flags |= ImGuiWindowFlags.NoTitleBar;
|
Flags |= ImGuiWindowFlags.NoTitleBar;
|
||||||
Flags |= ImGuiWindowFlags.NoDecoration;
|
Flags |= ImGuiWindowFlags.NoDecoration;
|
||||||
|
|
||||||
|
ForceMainWindow = true;
|
||||||
|
|
||||||
windowSystem.AddWindow(this);
|
windowSystem.AddWindow(this);
|
||||||
IsOpen = true;
|
IsOpen = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue