pull/4711/head
2dust 2024-02-08 09:32:01 +08:00
parent bf30819a4a
commit 05e424f805
1 changed files with 2 additions and 0 deletions

View File

@ -1618,6 +1618,8 @@ namespace v2rayN.ViewModels
{
_noticeHandler?.SendMessage(ResUI.TipChangeRouting, true);
Reload();
NotifyIcon = MainFormHandler.Instance.GetNotifyIcon(_config);
AppIcon = MainFormHandler.Instance.GetAppIcon(_config);
}
}