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,6 +20,7 @@ public class UnlocksTab : Window, ITab
_overview = overview;
_table = table;
Flags |= ImGuiWindowFlags.NoDocking;
IsOpen = false;
SizeConstraints = new WindowSizeConstraints()
{