mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 18:13:14 +02:00
9 lines
226 B
C#
9 lines
226 B
C#
using CommunityToolkit.Mvvm.ComponentModel;
|
|
|
|
namespace Ryujinx.Ava.UI.ViewModels
|
|
{
|
|
public partial class UserProfileImageSelectorViewModel : BaseModel
|
|
{
|
|
[ObservableProperty] private bool _firmwareFound;
|
|
}
|
|
}
|