mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 12:23:42 +01:00
Remove some warnings.
This commit is contained in:
parent
34caf29b32
commit
f69915dcb3
3 changed files with 14 additions and 9 deletions
|
|
@ -70,6 +70,9 @@ public sealed class DesignQuickBar : Window, IDisposable
|
|||
IsOpen = _config.Ephemeral.ShowDesignQuickBar && _config.QdbButtons != 0;
|
||||
}
|
||||
|
||||
public override bool DrawConditions()
|
||||
=> _objects.Player.Valid;
|
||||
|
||||
public override void PreDraw()
|
||||
{
|
||||
Flags = GetFlags;
|
||||
|
|
@ -112,7 +115,7 @@ public sealed class DesignQuickBar : Window, IDisposable
|
|||
ImGui.SameLine();
|
||||
DrawApplyButton(buttonSize);
|
||||
}
|
||||
|
||||
|
||||
DrawRevertButton(buttonSize);
|
||||
DrawRevertEquipButton(buttonSize);
|
||||
DrawRevertCustomizeButton(buttonSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue