Skip to content

Commit

Permalink
fix: try toggling off respect close hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Sep 26, 2021
1 parent 9987776 commit 028a56c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kapture/Kapture/UserInterface/LootWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public LootWindow(KapturePlugin plugin)
: base(plugin, Loc.Localize("LootOverlayWindow", "Loot") + "###Kapture_Loot_Window")
{
this.plugin = plugin;
this.RespectCloseHotkey = false;
}

/// <inheritdoc />
Expand Down

0 comments on commit 028a56c

Please sign in to comment.