mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-16 01:36:57 +00:00
more C# 14 partial properties
This commit is contained in:
parent
09748b140a
commit
e8751e1c40
8 changed files with 230 additions and 103 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue