From 8079ffc7422eda69ba978f57785fdc154a03578b Mon Sep 17 00:00:00 2001 From: Glax Date: Wed, 28 Feb 2024 02:17:48 +0100 Subject: [PATCH] GlobalBase static is FileInUse --- Tranga/TrangaSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tranga/TrangaSettings.cs b/Tranga/TrangaSettings.cs index ca03338..9899e67 100644 --- a/Tranga/TrangaSettings.cs +++ b/Tranga/TrangaSettings.cs @@ -139,7 +139,7 @@ public class TrangaSettings { if (File.Exists(settingsFilePath)) { - while(GlobalBase.IsFileInUse(settingsFilePath)) + while(GlobalBase.IsFileInUse(settingsFilePath, null)) Thread.Sleep(100); } else