mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 11:59:13 +00:00
Disable AutoHideStartup for Linux
This commit is contained in:
parent
22e0364b33
commit
09f27e3455
2 changed files with 3 additions and 0 deletions
|
@ -442,6 +442,7 @@
|
|||
HorizontalAlignment="Left" />
|
||||
|
||||
<TextBlock
|
||||
x:Name="labAutoHideStartup"
|
||||
Grid.Row="8"
|
||||
Grid.Column="0"
|
||||
Margin="{StaticResource Margin4}"
|
||||
|
|
|
@ -136,6 +136,8 @@ public partial class OptionSettingWindow : WindowBase<OptionSettingViewModel>
|
|||
{
|
||||
txbSettingsExceptionTip.IsVisible = false;
|
||||
panSystemProxyAdvanced.IsVisible = false;
|
||||
labAutoHideStartup.IsVisible = false;
|
||||
togAutoHideStartup.IsVisible = false;
|
||||
}
|
||||
else if (Utils.IsOSX())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue