Add Proxy page

This commit is contained in:
2023-10-08 00:01:20 +08:00
parent 2c2f05c5b2
commit 2a51fcb47d
18 changed files with 579 additions and 126 deletions

View File

@@ -298,5 +298,17 @@ namespace GrasscutterTools.Properties {
this["IsHotkeyEenabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoStartProxy {
get {
return ((bool)(this["AutoStartProxy"]));
}
set {
this["AutoStartProxy"] = value;
}
}
}
}