mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 21:37:43 +01:00
fix: close gamepad overlay when setting is disabled
This commit is contained in:
parent
bf72ad589d
commit
b7cbaacac6
5 changed files with 16 additions and 8 deletions
|
|
@ -952,6 +952,9 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
{
|
||||
ImGui.GetIO().BackendFlags &= ~ImGuiBackendFlags.HasGamepad;
|
||||
ImGui.GetIO().ConfigFlags &= ~ImGuiConfigFlags.NavEnableSetMousePos;
|
||||
|
||||
var di = Service<DalamudInterface>.Get();
|
||||
di.CloseGamepadModeNotifierWindow();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue