mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:10:18 +00:00
- Backported long selection bar in Grid/List view not working - Backported UserSelector is jank
8 lines
No EOL
110 B
C#
8 lines
No EOL
110 B
C#
using Ryujinx.Ava.UI.ViewModels;
|
|
|
|
namespace Ryujinx.Ava.UI.Models;
|
|
|
|
public class AddModel : BaseModel
|
|
{
|
|
|
|
} |