Remove LDN Server input box from configuration
This commit is contained in:
parent
8f04dad722
commit
f80dc6d9ab
@ -859,9 +859,5 @@
|
||||
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||
"ClearLdnPass": "Clear",
|
||||
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||
"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)"
|
||||
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||
}
|
||||
|
@ -87,17 +87,6 @@
|
||||
IsVisible="{Binding IsInvalidLdnPassphraseVisible}"
|
||||
Focusable="False"
|
||||
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" />
|
||||
<TextBlock Classes="h1" Text="{ext:Locale SettingsTabNetworkConnection}" />
|
||||
<CheckBox Margin="10,0,0,0" IsChecked="{Binding EnableInternetAccess}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user