mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-29 18:12:55 +00:00
more C# 14 partial properties
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Ryujinx.Ava.UI.Models
|
||||
public string Name { get; set; }
|
||||
public byte[] Data { get; set; }
|
||||
|
||||
[ObservableProperty] private SolidColorBrush _backgroundColor = new(Colors.White);
|
||||
[ObservableProperty]
|
||||
public partial SolidColorBrush BackgroundColor { get; set; } = new(Colors.White);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user