Change the record files storage location

This commit is contained in:
2022-11-27 16:25:28 +08:00
parent db13f82bfc
commit e630c53c9f
5 changed files with 14 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ namespace GrasscutterTools.Pages
/// <summary>
/// 自定义命令保存位置
/// </summary>
private readonly string CustomCommandsFilePath = Path.Combine(Application.LocalUserAppDataPath, "CustomCommands.txt");
private readonly string CustomCommandsFilePath = Common.GetAppDataFile("CustomCommands.txt");
/// <summary>
/// 自定义命令是否存在更改