feat: prevent AgentHud::OpenSystemMenu when any ImGui window has focus

This commit is contained in:
goat 2021-09-02 17:54:12 +02:00
parent 3f927ee7f0
commit 9228fac4ee
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 4 additions and 3 deletions

View file

@ -2,8 +2,6 @@ using System.Numerics;
using Dalamud.Game.ClientState.Keys;
using ImGuiNET;
using Microsoft.CodeAnalysis;
using Serilog;
namespace Dalamud.Interface.Windowing
{