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:
gdkchan 2024-03-23 16:31:54 -03:00 committed by GitHub
parent c94a73ec60
commit dbfe859ed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 11 deletions

View file

@ -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;