mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-01-12 02:10:27 +00:00
fix
This commit is contained in:
parent
45193dcc8d
commit
a96bc173d8
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ namespace Ryujinx.Ava.UI.Views.Main
|
|||
Margin = new Thickness(3, 0, 3, 0),
|
||||
HorizontalAlignment = HorizontalAlignment.Stretch,
|
||||
Header = language == currentLanguageCode ? $"{languageName} ✔" : languageName,
|
||||
Command = Commands.Create(() => MainWindowViewModel.ChangeLanguage(language))
|
||||
Command = Commands.Create(() => MainWindowViewModel.ChangeLanguage(code))
|
||||
};
|
||||
|
||||
yield return menuItem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue