mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-01-12 01:50:18 +00:00
parent
45193dcc8d
commit
453b246faa
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),
|
Margin = new Thickness(3, 0, 3, 0),
|
||||||
HorizontalAlignment = HorizontalAlignment.Stretch,
|
HorizontalAlignment = HorizontalAlignment.Stretch,
|
||||||
Header = language == currentLanguageCode ? $"{languageName} ✔" : languageName,
|
Header = language == currentLanguageCode ? $"{languageName} ✔" : languageName,
|
||||||
Command = Commands.Create(() => MainWindowViewModel.ChangeLanguage(language))
|
Command = Commands.Create(() => MainWindowViewModel.ChangeLanguage(code))
|
||||||
};
|
};
|
||||||
|
|
||||||
yield return menuItem;
|
yield return menuItem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue