Make DisableAutomaticUIHide override everything, make toggle DisableUserUIHide

This commit is contained in:
karashiiro 2020-09-09 19:24:51 -07:00
parent 0f6fbcb4c6
commit 7d1ce76b2e
2 changed files with 10 additions and 9 deletions

View file

@ -1,13 +1,9 @@
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using CheapLoc;
using Dalamud.Game;
using Dalamud.Game.Internal.DXGI;
using Dalamud.Hooking;