Disable AutoHideStartup for Linux

This commit is contained in:
Waheal 2025-10-07 09:09:51 +08:00
parent 22e0364b33
commit 09f27e3455
2 changed files with 3 additions and 0 deletions

View file

@ -442,6 +442,7 @@
HorizontalAlignment="Left" /> HorizontalAlignment="Left" />
<TextBlock <TextBlock
x:Name="labAutoHideStartup"
Grid.Row="8" Grid.Row="8"
Grid.Column="0" Grid.Column="0"
Margin="{StaticResource Margin4}" Margin="{StaticResource Margin4}"

View file

@ -136,6 +136,8 @@ public partial class OptionSettingWindow : WindowBase<OptionSettingViewModel>
{ {
txbSettingsExceptionTip.IsVisible = false; txbSettingsExceptionTip.IsVisible = false;
panSystemProxyAdvanced.IsVisible = false; panSystemProxyAdvanced.IsVisible = false;
labAutoHideStartup.IsVisible = false;
togAutoHideStartup.IsVisible = false;
} }
else if (Utils.IsOSX()) else if (Utils.IsOSX())
{ {