mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Use compiled bindings.
This commit is contained in:
@@ -199,6 +199,8 @@ public sealed partial class DeviceInfoViewModel : ViewModelBase
|
||||
[ObservableProperty]
|
||||
bool _removable;
|
||||
[ObservableProperty]
|
||||
bool _removableChecked;
|
||||
[ObservableProperty]
|
||||
string _revision;
|
||||
[ObservableProperty]
|
||||
bool _saveUsbDescriptorsEnabled;
|
||||
@@ -213,6 +215,8 @@ public sealed partial class DeviceInfoViewModel : ViewModelBase
|
||||
[ObservableProperty]
|
||||
SdMmcInfo _sdMmcInfo;
|
||||
[ObservableProperty]
|
||||
string _sdMmcText;
|
||||
[ObservableProperty]
|
||||
string _secureDigital;
|
||||
[ObservableProperty]
|
||||
string _serial;
|
||||
|
||||
Reference in New Issue
Block a user