mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 11:59:13 +00:00
Compare commits
2 commits
bc2d13f067
...
ebd8c75f8c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ebd8c75f8c | ||
![]() |
604f093ef0 |
2 changed files with 4 additions and 0 deletions
|
@ -455,6 +455,7 @@
|
|||
HorizontalAlignment="Left" />
|
||||
|
||||
<TextBlock
|
||||
x:Name="labSilentStartup"
|
||||
Grid.Row="9"
|
||||
Grid.Column="0"
|
||||
Margin="{StaticResource Margin4}"
|
||||
|
|
|
@ -137,6 +137,9 @@ public partial class OptionSettingWindow : WindowBase<OptionSettingViewModel>
|
|||
{
|
||||
txbSettingsExceptionTip.IsVisible = false;
|
||||
panSystemProxyAdvanced.IsVisible = false;
|
||||
|
||||
labSilentStartup.IsVisible = false;
|
||||
togSilentStartup.IsVisible = false;
|
||||
}
|
||||
else if (Utils.IsOSX())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue