mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-12 23:39:15 +00:00
misc: Created generic type RyujinxControl to allow for more unified control view model definitions
This commit is contained in:
@@ -2,7 +2,7 @@ using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
namespace Ryujinx.Ava.UI.ViewModels
|
||||
{
|
||||
internal partial class UserProfileImageSelectorViewModel : BaseModel
|
||||
public partial class UserProfileImageSelectorViewModel : BaseModel
|
||||
{
|
||||
[ObservableProperty] private bool _firmwareFound;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user