mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-19 02:39:15 +00:00
feature: .NET 10 (ryubing/ryujinx!214)
See merge request ryubing/ryujinx!214
This commit is contained in:
@@ -21,10 +21,17 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||
private ApplicationLibrary ApplicationLibrary { get; }
|
||||
private ApplicationData ApplicationData { get; }
|
||||
|
||||
[ObservableProperty] private AvaloniaList<TitleUpdateModel> _titleUpdates = [];
|
||||
[ObservableProperty] private AvaloniaList<object> _views = [];
|
||||
[ObservableProperty] private object _selectedUpdate = new TitleUpdateViewModelNoUpdate();
|
||||
[ObservableProperty] private bool _showBundledContentNotice;
|
||||
[ObservableProperty]
|
||||
public partial AvaloniaList<TitleUpdateModel> TitleUpdates { get; set; } = [];
|
||||
|
||||
[ObservableProperty]
|
||||
public partial AvaloniaList<object> Views { get; set; } = [];
|
||||
|
||||
[ObservableProperty]
|
||||
public partial object SelectedUpdate { get; set; } = new TitleUpdateViewModelNoUpdate();
|
||||
|
||||
[ObservableProperty]
|
||||
public partial bool ShowBundledContentNotice { get; set; }
|
||||
|
||||
private readonly IStorageProvider _storageProvider;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user