This commit is contained in:
2dust 2024-02-08 09:32:01 +08:00
parent bf30819a4a
commit 05e424f805

View file

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