mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 19:39: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
|
|
@ -56,6 +56,8 @@ namespace Dalamud.Interface.Internal.Windows.SelfTest
|
|||
{
|
||||
this.Size = new Vector2(800, 800);
|
||||
this.SizeCondition = ImGuiCond.FirstUseEver;
|
||||
|
||||
this.RespectCloseHotkey = false;
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue