mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-22 20:09:46 +08:00
Hold include uid setting
This commit is contained in:
@@ -226,5 +226,17 @@ namespace GrasscutterTools.Properties {
|
||||
this["BannersJsonPath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool IsIncludeUID {
|
||||
get {
|
||||
return ((bool)(this["IsIncludeUID"]));
|
||||
}
|
||||
set {
|
||||
this["IsIncludeUID"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user