mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Change the record files storage location
This commit is contained in:
@@ -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>
|
||||
/// 自定义命令是否存在更改
|
||||
|
||||
Reference in New Issue
Block a user