Fix Linux restore backup function

Fixed the issue that the guiNConfig.json file cannot be restored in the backup and restore function
This commit is contained in:
2dust
2025-01-05 10:22:18 +08:00
parent 626ebfe65d
commit 4a7bafd011
4 changed files with 11 additions and 11 deletions

View File

@@ -223,6 +223,10 @@ namespace v2rayN.Desktop.Views
break;
case EViewAction.Shutdown:
if (obj != null && _blCloseByUser == false)
{
_blCloseByUser = (bool)obj;
}
StorageUI();
if (Application.Current?.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
{