mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-12 23:39:15 +00:00
misc: chore: Use collection expressions in Avalonia project
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||
|
||||
public UserFirmwareAvatarSelectorViewModel()
|
||||
{
|
||||
_images = new ObservableCollection<ProfileImageModel>();
|
||||
_images = [];
|
||||
|
||||
LoadImagesFromStore();
|
||||
PropertyChanged += (_, args) =>
|
||||
|
||||
Reference in New Issue
Block a user