mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-14 07:17:54 +02:00
GlobalBase static is FileInUse
This commit is contained in:
@ -139,7 +139,7 @@ public class TrangaSettings
|
||||
{
|
||||
if (File.Exists(settingsFilePath))
|
||||
{
|
||||
while(GlobalBase.IsFileInUse(settingsFilePath))
|
||||
while(GlobalBase.IsFileInUse(settingsFilePath, null))
|
||||
Thread.Sleep(100);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user