Added missing refresh call

This commit is contained in:
Marcel Baumgartner 2023-04-23 15:06:54 +02:00
parent ff984aca55
commit 13412f8f97

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)
{