Compare commits

...

2 commits

Author SHA1 Message Date
Weheal
ebd8c75f8c
Merge 604f093ef0 into 9c58fec8d4 2025-10-06 06:38:29 +00:00
Waheal
604f093ef0 disable the SilentStartup for Linux 2025-10-06 14:38:21 +08:00
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())
{ {