mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-09 08:41:33 +08:00
Impl ShopEditor UI (WIP)
This commit is contained in:
@@ -178,5 +178,17 @@ namespace GrasscutterTools.Properties {
|
||||
this["DefaultMailSender"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string ShopJsonPath {
|
||||
get {
|
||||
return ((string)(this["ShopJsonPath"]));
|
||||
}
|
||||
set {
|
||||
this["ShopJsonPath"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,5 +41,8 @@
|
||||
<Setting Name="DefaultMailSender" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">GrasscutterTools</Value>
|
||||
</Setting>
|
||||
<Setting Name="ShopJsonPath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user