Keep all windows on screen

This commit is contained in:
Tyfon
2024-06-05 11:13:44 -07:00
parent 1ab4263def
commit 7de23734d0
2 changed files with 43 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
using BepInEx;
using Comfort.Common;
using EFT;
using UIFixes.Patches;
namespace UIFixes
{
@@ -45,6 +46,7 @@ namespace UIFixes
RememberRepairerPatches.Enable();
new GridWindowButtonsPatch().Enable();
new LoadMagPresetsPatch().Enable();
KeepWindowsOnScreenPatches.Enable();
}
public static bool InRaid()