mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-11 07:37:06 +00:00
infra: Fix clean installation crash
This commit is contained in:
parent
df21f6019e
commit
cc92af12a4
1 changed files with 2 additions and 1 deletions
|
|
@ -1503,6 +1503,7 @@ namespace Ryujinx.UI.App.Common
|
|||
if (!selectedUpdate.HasValue || selectedUpdate.Value.Update.Version < update.Version)
|
||||
{
|
||||
shouldSelect = true;
|
||||
if(selectedUpdate.HasValue)
|
||||
_titleUpdates.AddOrUpdate((selectedUpdate.Value.Update, false));
|
||||
selectedUpdate = (update, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue