mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 08:56:24 +02:00
UI: Refresh game list when emulated Switch language is changed (to show different logos/names)
This commit is contained in:
parent
0965ee905d
commit
a4b5304935
3 changed files with 14 additions and 27 deletions
|
@ -45,7 +45,7 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
{
|
||||
InputPage.InputView?.SaveCurrentProfile();
|
||||
|
||||
if (Owner is MainWindow window && (ViewModel.GameDirectoryChanged || ViewModel.AutoloadDirectoryChanged))
|
||||
if (Owner is MainWindow window && ViewModel.GameListNeedsRefresh)
|
||||
{
|
||||
window.LoadApplications();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue