修复:Windows下关闭窗口时任务栏图标仍然显示的问题

This commit is contained in:
fonaix 2024-11-20 23:13:52 +08:00
parent b5e7d754ce
commit e5c5c31c0f

View file

@ -407,7 +407,8 @@ namespace v2rayN.Desktop.Views
this.WindowState = WindowState.Minimized;
}
}
// Windows 生效MacOS 无效Linux 未测试
this.ShowInTaskbar = bl;
_config.UiItem.ShowInTaskbar = bl;
}