Update save settings only when main window is closed

This commit is contained in:
2022-11-27 16:44:11 +08:00
parent 74ddb428ee
commit d169de9a9e
7 changed files with 6 additions and 16 deletions

View File

@@ -31,15 +31,5 @@ namespace GrasscutterTools.Utils
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
"GrasscutterTools",
filename);
/// <summary>
/// UID
/// </summary>
public static int UID { get; set; }
/// <summary>
/// 生成命令是否包含UID
/// </summary>
public static bool IsIncludeUID { get; set; }
}
}