disable the SilentStartup for Linux

This commit is contained in:
Waheal 2025-10-06 14:38:21 +08:00
parent dc469527f8
commit 604f093ef0
2 changed files with 4 additions and 0 deletions

View file

@ -455,6 +455,7 @@
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,6 +137,9 @@ 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())
{ {