mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-16 11:52:42 +00:00
parent
12fc3e9566
commit
554632cc07
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ public partial class MainWindow : WindowBase<MainWindowViewModel>
|
|||
}
|
||||
menuAddServerViaScan.IsVisible = false;
|
||||
|
||||
if (_config.UiItem.AutoHideStartup)
|
||||
if (_config.UiItem.AutoHideStartup && Utils.IsWindows())
|
||||
{
|
||||
this.WindowState = WindowState.Minimized;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue