Cleanup Cream-Steam.log

- Ensure we cleanup Cream-Steam.log
This commit is contained in:
Frog
2026-06-15 03:01:57 -07:00
parent 0c3edf1ee7
commit 4f5cd45642
+9
View File
@@ -151,6 +151,15 @@ internal static event Action<string> OnLogError;
{
// ignored
}
try
{
if (File.Exists(SteamLogPath))
File.Delete(SteamLogPath);
}
catch
{
// ignored
}
}
internal static async Task Setup(Form form = null)