mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 14:56:19 +00:00
修复:Windows下关闭窗口时任务栏图标仍然显示的问题
This commit is contained in:
parent
b5e7d754ce
commit
e5c5c31c0f
1 changed files with 2 additions and 1 deletions
|
@ -407,7 +407,8 @@ namespace v2rayN.Desktop.Views
|
|||
this.WindowState = WindowState.Minimized;
|
||||
}
|
||||
}
|
||||
|
||||
// Windows 生效,MacOS 无效,Linux 未测试
|
||||
this.ShowInTaskbar = bl;
|
||||
_config.UiItem.ShowInTaskbar = bl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue