mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update error message
This commit is contained in:
parent
fe8ad49d2a
commit
f517343c11
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ namespace Flow.Launcher.Infrastructure.Storage
|
|||
var data = JsonSerializer.Deserialize<T>(File.ReadAllText(BackupFilePath));
|
||||
if (data != null)
|
||||
{
|
||||
Log.Info($"|JsonStorage.Load|Load backup file {BackupFilePath} successfully");
|
||||
Log.Info($"|JsonStorage.Load|Failed to load settings.json, {BackupFilePath} restored successfully");
|
||||
File.Replace(BackupFilePath, FilePath, null);
|
||||
return data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue