fix: ignore dev windows for close hotkey

This commit is contained in:
goat 2021-09-02 00:57:10 +02:00
parent ff7b8fc1de
commit 8820f84d2b
No known key found for this signature in database
GPG key ID: F18F057873895461
7 changed files with 13 additions and 0 deletions

View file

@ -105,6 +105,8 @@ namespace Dalamud.Interface.Internal.Windows
this.Size = new Vector2(500, 500);
this.SizeCondition = ImGuiCond.FirstUseEver;
this.RespectCloseHotkey = false;
this.Load();
}