mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Some private fields should not be observable properties.
This commit is contained in:
@@ -71,11 +71,9 @@ public sealed partial class ImageConvertViewModel : ViewModelBase
|
||||
{
|
||||
readonly IMediaImage _inputFormat;
|
||||
readonly Window _view;
|
||||
[ObservableProperty]
|
||||
Metadata _aaruMetadata;
|
||||
Metadata _aaruMetadata;
|
||||
[ObservableProperty]
|
||||
bool _aaruMetadataFromImageVisible;
|
||||
[ObservableProperty]
|
||||
bool _cancel;
|
||||
[ObservableProperty]
|
||||
bool _closeVisible;
|
||||
@@ -109,7 +107,6 @@ public sealed partial class ImageConvertViewModel : ViewModelBase
|
||||
string _driveSerialNumberText;
|
||||
[ObservableProperty]
|
||||
bool _driveSerialNumberVisible;
|
||||
[ObservableProperty]
|
||||
List<DumpHardware> _dumpHardware;
|
||||
[ObservableProperty]
|
||||
bool _forceChecked;
|
||||
|
||||
Reference in New Issue
Block a user