mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-13 12:14:18 +01:00
Make unlocks tab non-docking.
This commit is contained in:
parent
885063d389
commit
83e1476e7f
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ public class UnlocksTab : Window, ITab
|
||||||
_overview = overview;
|
_overview = overview;
|
||||||
_table = table;
|
_table = table;
|
||||||
|
|
||||||
|
Flags |= ImGuiWindowFlags.NoDocking;
|
||||||
IsOpen = false;
|
IsOpen = false;
|
||||||
SizeConstraints = new WindowSizeConstraints()
|
SizeConstraints = new WindowSizeConstraints()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue