mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-06 09:46:26 +02:00
misc: Created generic type RyujinxControl to allow for more unified control view model definitions
This commit is contained in:
parent
69d79322bb
commit
da3f4e1d3a
25 changed files with 136 additions and 155 deletions
|
@ -21,7 +21,7 @@ using Image = SkiaSharp.SKImage;
|
|||
|
||||
namespace Ryujinx.Ava.UI.ViewModels
|
||||
{
|
||||
internal partial class UserFirmwareAvatarSelectorViewModel : BaseModel
|
||||
public partial class UserFirmwareAvatarSelectorViewModel : BaseModel
|
||||
{
|
||||
private static readonly Dictionary<string, byte[]> _avatarStore = new();
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue