mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-02 04:52:09 +00:00
Bug fix
This commit is contained in:
parent
bf30819a4a
commit
05e424f805
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue