Add Mail editor (WIP)

Update Drop editor indexes
This commit is contained in:
2022-10-27 13:03:53 +08:00
parent 150e3a1132
commit 8a65120e47
12 changed files with 9603 additions and 6162 deletions

View File

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

View File

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