mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 03:49:19 +01:00
fix: ignore dev windows for close hotkey
This commit is contained in:
parent
ff7b8fc1de
commit
8820f84d2b
7 changed files with 13 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
this.Size = Vector2.Zero;
|
||||
this.SizeCondition = ImGuiCond.Always;
|
||||
this.IsOpen = false;
|
||||
|
||||
this.RespectCloseHotkey = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue