mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 08:56:24 +02:00
Add a few missing locale strings on Avalonia (#6556)
* Add a few missing locale strings on Avalonia * Rename LDN MitM to ldn_mitm
This commit is contained in:
parent
c94a73ec60
commit
dbfe859ed7
4 changed files with 17 additions and 11 deletions
|
@ -237,11 +237,6 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
get => new(_networkInterfaces.Keys);
|
||||
}
|
||||
|
||||
public AvaloniaList<string> MultiplayerModes
|
||||
{
|
||||
get => new(Enum.GetNames<MultiplayerMode>());
|
||||
}
|
||||
|
||||
public KeyboardHotkeys KeyboardHotkeys
|
||||
{
|
||||
get => _keyboardHotkeys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue