mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
infra: Fix clean installation crash
This commit is contained in:
@@ -1503,7 +1503,8 @@ namespace Ryujinx.UI.App.Common
|
||||
if (!selectedUpdate.HasValue || selectedUpdate.Value.Update.Version < update.Version)
|
||||
{
|
||||
shouldSelect = true;
|
||||
_titleUpdates.AddOrUpdate((selectedUpdate.Value.Update, false));
|
||||
if(selectedUpdate.HasValue)
|
||||
_titleUpdates.AddOrUpdate((selectedUpdate.Value.Update, false));
|
||||
selectedUpdate = (update, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user