Rename v2rayUpgrade 2 AmazTool

This commit is contained in:
2dust
2024-10-09 20:13:25 +08:00
parent fea7c9fbd7
commit 3c45ef624a
8 changed files with 12 additions and 12 deletions

View File

@@ -235,7 +235,7 @@ namespace ServiceLib.ViewModels
{
return;
}
Locator.Current.GetService<MainWindowViewModel>()?.V2rayUpgrade(fileName);
Locator.Current.GetService<MainWindowViewModel>()?.UpgradeApp(fileName);
}
catch (Exception ex)
{