mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 03:08:00 +02:00
misc: chore: Fix numerous NullReferenceExceptions, InvalidOperationExceptions
This commit is contained in:
@@ -52,8 +52,8 @@ namespace Ryujinx.Ava.UI.Models
|
||||
|
||||
if (InGameList)
|
||||
{
|
||||
Icon = appData.Icon;
|
||||
Title = appData.Name;
|
||||
Icon = appData?.Icon;
|
||||
Title = appData?.Name;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user