mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 12:53:41 +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,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
public PluginStatWindow()
|
||||
: base("Plugin Statistics###DalamudPluginStatWindow")
|
||||
{
|
||||
this.RespectCloseHotkey = false;
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue