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

@ -56,6 +56,8 @@ namespace Dalamud.Interface.Internal.Windows.SelfTest
{
this.Size = new Vector2(800, 800);
this.SizeCondition = ImGuiCond.FirstUseEver;
this.RespectCloseHotkey = false;
}
/// <inheritdoc/>