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:
@@ -156,7 +156,7 @@ namespace GrasscutterTools.Pages
|
||||
/// <summary>
|
||||
/// 生成命令记录文件路径
|
||||
/// </summary>
|
||||
private readonly string SpawnCommandsRecordPath = Path.Combine(Application.LocalUserAppDataPath, "SpawnCommands.txt");
|
||||
private readonly string SpawnCommandsRecordPath = Common.GetAppDataFile("SpawnCommands.txt");
|
||||
|
||||
/// <summary>
|
||||
/// 生成命令记录
|
||||
|
||||
Reference in New Issue
Block a user