Compare commits

..

1 commit

Author SHA1 Message Date
Weheal
bc2d13f067
Merge dc469527f8 into 9c58fec8d4 2025-10-05 22:35:46 +08:00
2 changed files with 0 additions and 4 deletions

View file

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

View file

@ -137,9 +137,6 @@ public partial class OptionSettingWindow : WindowBase<OptionSettingViewModel>
{ {
txbSettingsExceptionTip.IsVisible = false; txbSettingsExceptionTip.IsVisible = false;
panSystemProxyAdvanced.IsVisible = false; panSystemProxyAdvanced.IsVisible = false;
labSilentStartup.IsVisible = false;
togSilentStartup.IsVisible = false;
} }
else if (Utils.IsOSX()) else if (Utils.IsOSX())
{ {