mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:07:21 +01:00
add NoFocusOnAppearing to downloadui
This commit is contained in:
parent
170ab12155
commit
2a4465b3fe
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||
Flags |= ImGuiWindowFlags.NoScrollbar;
|
||||
Flags |= ImGuiWindowFlags.NoTitleBar;
|
||||
Flags |= ImGuiWindowFlags.NoDecoration;
|
||||
Flags |= ImGuiWindowFlags.NoFocusOnAppearing;
|
||||
|
||||
ForceMainWindow = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue