Merge pull request #89 from Moonlight-Panel/FixCreateServerBackup

Added missing refresh call
This commit is contained in:
Marcel Baumgartner 2023-04-23 15:07:27 +02:00 committed by GitHub
commit e5777c2a0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,6 +254,7 @@
{
await ToastService.Info(SmartTranslateService.Translate("Started backup creation"));
await ServerService.CreateBackup(CurrentServer);
await LazyLoader.Reload();
/*
try
@ -262,8 +263,6 @@
//var list = AllBackups!.ToList();
//list.Add(backup);
//AllBackups = list.ToArray();
await LazyLoader.Reload();
}
catch (Exception e)
{