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