bunch ov fixes
This commit is contained in:
@@ -16,6 +16,9 @@ public partial class WidgetButtonViewModel(IServiceFactory serviceFactory,
|
||||
[ObservableProperty]
|
||||
private IRelayCommand? click = command;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool enabled;
|
||||
|
||||
[ObservableProperty]
|
||||
private string? icon = icon;
|
||||
|
||||
@@ -24,4 +27,7 @@ public partial class WidgetButtonViewModel(IServiceFactory serviceFactory,
|
||||
|
||||
[ObservableProperty]
|
||||
private string? text = text;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool visible;
|
||||
}
|
||||
Reference in New Issue
Block a user