mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-22 20:09:46 +08:00
Add Drop.json Path Setting
Update Drop.json Editor UI
This commit is contained in:
@@ -154,5 +154,17 @@ namespace GrasscutterTools.Properties {
|
||||
this["IsTopMost"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string DropJsonPath {
|
||||
get {
|
||||
return ((string)(this["DropJsonPath"]));
|
||||
}
|
||||
set {
|
||||
this["DropJsonPath"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user