整理控件库
This commit is contained in:
@@ -30,10 +30,10 @@ public partial class IconsViewModel : ViewModel
|
||||
private bool _isIconFilled = false;
|
||||
|
||||
[ObservableProperty]
|
||||
private List<DisplayableIcon> _iconsCollection = [];
|
||||
private List<DisplayableIcon> iconsCollection = [];
|
||||
|
||||
[ObservableProperty]
|
||||
private List<DisplayableIcon> _filteredIconsCollection = [];
|
||||
private List<DisplayableIcon> filteredIconsCollection = [];
|
||||
|
||||
[ObservableProperty]
|
||||
private List<string> _iconNames = [];
|
||||
|
||||
Reference in New Issue
Block a user