mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-02-19 23:31:07 +00:00
fix language switching 2 (ryubing/ryujinx!244)
See merge request ryubing/ryujinx!244
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Ryujinx.Ava.UI.Views.Main
|
|||||||
Padding = new Thickness(15, 0, 0, 0),
|
Padding = new Thickness(15, 0, 0, 0),
|
||||||
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 = code == currentLanguageCode ? $"{languageName} ✔" : languageName,
|
||||||
Command = Commands.Create(() => MainWindowViewModel.ChangeLanguage(code))
|
Command = Commands.Create(() => MainWindowViewModel.ChangeLanguage(code))
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user