mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-01-12 02:10:27 +00:00
Merge branch 'fix-langauge-switching-2' into 'master'
fix language switching 2 See merge request [ryubing/ryujinx!244](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/244)
This commit is contained in:
commit
6c4ad99ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ namespace Ryujinx.Ava.UI.Views.Main
|
|||
Padding = new Thickness(15, 0, 0, 0),
|
||||
Margin = new Thickness(3, 0, 3, 0),
|
||||
HorizontalAlignment = HorizontalAlignment.Stretch,
|
||||
Header = language == currentLanguageCode ? $"{languageName} ✔" : languageName,
|
||||
Header = code == currentLanguageCode ? $"{languageName} ✔" : languageName,
|
||||
Command = Commands.Create(() => MainWindowViewModel.ChangeLanguage(code))
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue