Fix DLC not being selected
This commit is contained in:
parent
6fbf279fac
commit
7927cd230b
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
|
||||
var content = new DownloadableContentModel(nca.Header.TitleId.ToString("X16"), path, fileEntry.FullPath, true);
|
||||
DownloadableContents.Add(content);
|
||||
SelectedDownloadableContents.Add(content);
|
||||
Dispatcher.UIThread.InvokeAsync(() => SelectedDownloadableContents.Add(content));
|
||||
|
||||
success = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue