mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-22 20:09:46 +08:00
Change the record files storage location
This commit is contained in:
@@ -208,7 +208,7 @@ namespace GrasscutterTools.Pages
|
||||
/// <summary>
|
||||
/// 获取物品记录文件路径
|
||||
/// </summary>
|
||||
private readonly string MailListPath = Path.Combine(Application.LocalUserAppDataPath, "MailList.json");
|
||||
private readonly string MailListPath = Common.GetAppDataFile("MailList.json");
|
||||
|
||||
/// <summary>
|
||||
/// 邮件列表
|
||||
|
Reference in New Issue
Block a user