This commit is contained in:
Tyfon
2024-06-05 14:37:05 -07:00
parent 5b2fb51a18
commit 73aabbf96a
4 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace UIFixes.Patches
namespace UIFixes
{
public static class KeepWindowsOnScreenPatches
{
@@ -27,7 +27,7 @@ namespace UIFixes.Patches
public class KeepWindowOnScreenPatch(string methodName) : ModulePatch
{
private string methodName = methodName;
private readonly string methodName = methodName;
protected override MethodBase GetTargetMethod()
{