Make unlocks tab non-docking.

This commit is contained in:
Ottermandias 2024-10-06 12:59:15 +02:00
parent 885063d389
commit 83e1476e7f

View file

@ -20,7 +20,8 @@ public class UnlocksTab : Window, ITab
_overview = overview;
_table = table;
IsOpen = false;
Flags |= ImGuiWindowFlags.NoDocking;
IsOpen = false;
SizeConstraints = new WindowSizeConstraints()
{
MinimumSize = new Vector2(700, 675),