Skip to content

Commit

Permalink
🐛 尝试修复STUN服务器初始不显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
luojunyuan committed Aug 30, 2024
1 parent 3cb592c commit f42c7cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
</ui:SettingsExpander.Header>
<ui:SettingsExpander.Footer>
<WrapPanel>
<ui:FAComboBox x:Name="STUNServer" Margin="4" Text="stun.syncthing.net" ToolTip.Tip="STUN 服务器" IsEditable="False" IsEnabled="{Binding !IsNATChecking}" ItemsSource="{Binding STUNAddress}" />
<ui:FAComboBox x:Name="STUNServer" Margin="4" ToolTip.Tip="STUN 服务器" IsEditable="False" IsEnabled="{Binding !IsNATChecking}" ItemsSource="{Binding STUNAddress}" />
<Button x:Name="NATCheckButton"
Margin="4" Width="100" Content="检测" IsEnabled="True" />
</WrapPanel>
Expand Down

0 comments on commit f42c7cb

Please sign in to comment.