mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-20 19:39:47 +08:00
Update Tools page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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>
|
Reference in New Issue
Block a user