Update Tools page

This commit is contained in:
2023-06-09 22:42:33 +08:00
parent 6706525e77
commit c1b89a2b9a
10 changed files with 219 additions and 5 deletions

View File

@@ -262,5 +262,17 @@ namespace GrasscutterTools.Properties {
this["ActivityConfigJsonPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ProjectResourcePath {
get {
return ((string)(this["ProjectResourcePath"]));
}
set {
this["ProjectResourcePath"] = value;
}
}
}
}

View File

@@ -62,5 +62,8 @@
<Setting Name="ActivityConfigJsonPath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="ProjectResourcePath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>