We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fcc68 commit 4e1d59bCopy full SHA for 4e1d59b
Flow.Launcher.Infrastructure/Storage/JsonStorage.cs
@@ -78,7 +78,7 @@ private T LoadDefault()
78
{
79
Log.Info($"|JsonStorage.Load|Failed to load settings.json, {BackupFilePath} restored successfully");
80
81
- if(File.Exists(FilePath)
+ if(File.Exists(FilePath))
82
File.Replace(BackupFilePath, FilePath, null);
83
else
84
File.Move(BackupFilePath, FilePath);
0 commit comments