Update On Tue Oct 15 20:35:47 CEST 2024

This commit is contained in:
github-action[bot]
2024-10-15 20:35:47 +02:00
parent 82266bc767
commit 22d44acbdf
144 changed files with 1649 additions and 2930 deletions
@@ -235,6 +235,11 @@ namespace ServiceLib.ViewModels
{
return;
}
if (!Utils.UpgradeAppExists(out _))
{
UpdateView(_v2rayN, ResUI.UpgradeAppNotExistTip);
return;
}
Locator.Current.GetService<MainWindowViewModel>()?.UpgradeApp(fileName);
}
catch (Exception ex)