Add Drop.json Path Setting

Update Drop.json Editor UI
This commit is contained in:
2022-10-26 13:03:54 +08:00
parent c860180564
commit 60e54b1c91
7 changed files with 189 additions and 53 deletions

View File

@@ -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;
}
}
}
}