mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 19:40:09 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user