mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2026-02-04 21:24:14 +08:00
Add Setting Upgrade
This commit is contained in:
@@ -274,5 +274,17 @@ namespace GrasscutterTools.Properties {
|
||||
this["ProjectResourcePath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool IsUpgraded {
|
||||
get {
|
||||
return ((bool)(this["IsUpgraded"]));
|
||||
}
|
||||
set {
|
||||
this["IsUpgraded"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user