Remove LDN Server input box from configuration

This commit is contained in:
Vudjun 2024-11-08 17:35:36 +00:00
parent 8f04dad722
commit f80dc6d9ab
2 changed files with 1 additions and 16 deletions

View File

@ -859,9 +859,5 @@
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.", "GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
"ClearLdnPass": "Clear", "ClearLdnPass": "Clear",
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.", "ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\"", "InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
"LdnServer": "Custom LDN Server:",
"LdnServerTooltip": "The LDN server to use for LDN connections. Leave blank to use the default server.",
"LdnServerInputTooltip": "Enter the name or IP address of the LDN server to use.",
"LdnServerInputDefault": "(default)"
} }

View File

@ -87,17 +87,6 @@
IsVisible="{Binding IsInvalidLdnPassphraseVisible}" IsVisible="{Binding IsInvalidLdnPassphraseVisible}"
Focusable="False" Focusable="False"
Text="{ext:Locale InvalidLdnPassphrase}" /> Text="{ext:Locale InvalidLdnPassphrase}" />
<StackPanel Margin="10,0,0,0" Orientation="Horizontal">
<TextBlock VerticalAlignment="Center"
Text="{ext:Locale LdnServer}"
ToolTip.Tip="{ext:Locale LdnServerTooltip}"
Width="200" />
<TextBox Name="LdnServer"
Text="{Binding LdnServer}"
Width="250"
ToolTip.Tip="{ext:Locale LdnServerInputTooltip}"
Watermark="{ext:Locale LdnServerInputDefault}" />
</StackPanel>
<Separator Height="1" /> <Separator Height="1" />
<TextBlock Classes="h1" Text="{ext:Locale SettingsTabNetworkConnection}" /> <TextBlock Classes="h1" Text="{ext:Locale SettingsTabNetworkConnection}" />
<CheckBox Margin="10,0,0,0" IsChecked="{Binding EnableInternetAccess}"> <CheckBox Margin="10,0,0,0" IsChecked="{Binding EnableInternetAccess}">