mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-20 07:02:54 +00:00
more C# 14 partial properties
This commit is contained in:
@@ -6,8 +6,8 @@ namespace Ryujinx.Ava.UI.Models
|
||||
{
|
||||
public partial class ModModel : BaseModel
|
||||
{
|
||||
[ObservableProperty] private bool _enabled;
|
||||
|
||||
[ObservableProperty]
|
||||
public partial bool Enabled { get; set; }
|
||||
public bool InSd { get; }
|
||||
public string Path { get; }
|
||||
public string Name { get; }
|
||||
|
||||
Reference in New Issue
Block a user