mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user