mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-08 05:49:53 +00:00
Adding an observable property
This commit is contained in:
parent
6619de59ab
commit
0aec32f437
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
[ObservableProperty]
|
||||
public partial ObservableCollection<ProfileImageModel> Images { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
public partial bool FirmwareFound { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
public partial Color BackgroundColor { get; set; } = Colors.White;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue