mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-23 03:39:45 +05:00
Disable AutoHideStartup for Linux
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user