feat: add support for DevTools hotkey, fix patching logic

This commit is contained in:
kitbyte
2025-12-14 18:52:53 +02:00
parent a5583fd4f7
commit a943b91f5f
8 changed files with 170 additions and 59 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ namespace WeModPatcher.Models
{
ActivatePro = 1,
DisableUpdates = 2,
DisableTelemetry = 4
DisableTelemetry = 4,
DevToolsOnF12 = 8
}
public sealed class PatchConfig