mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
disable docking for main ui
This commit is contained in:
parent
6b5500c905
commit
170db28158
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ public class CompactUi : WindowMediatorSubscriberBase
|
|||
Mediator.Subscribe<DownloadStartedMessage>(this, (msg) => _currentDownloads[msg.DownloadId] = msg.DownloadStatus);
|
||||
Mediator.Subscribe<DownloadFinishedMessage>(this, (msg) => _currentDownloads.TryRemove(msg.DownloadId, out _));
|
||||
|
||||
Flags |= ImGuiWindowFlags.NoDocking;
|
||||
|
||||
SizeConstraints = new WindowSizeConstraints()
|
||||
{
|
||||
MinimumSize = new Vector2(350, 400),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue