mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-20 12:22:52 +00:00
more C# 14 partial properties
This commit is contained in:
@@ -359,8 +359,9 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||
}
|
||||
}
|
||||
|
||||
[ObservableProperty] private bool _matchSystemTime;
|
||||
|
||||
[ObservableProperty]
|
||||
public partial bool MatchSystemTime { get; set; }
|
||||
|
||||
public DateTimeOffset CurrentDate { get; set; }
|
||||
|
||||
public TimeSpan CurrentTime { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user