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:
@@ -81,10 +81,8 @@ public sealed partial class MediaDumpViewModel : ViewModelBase
|
||||
string _destination;
|
||||
[ObservableProperty]
|
||||
bool _destinationEnabled;
|
||||
[ObservableProperty]
|
||||
Device _dev;
|
||||
[ObservableProperty]
|
||||
Dump _dumper;
|
||||
Dump _dumper;
|
||||
[ObservableProperty]
|
||||
string _encodingEnabled;
|
||||
[ObservableProperty]
|
||||
@@ -98,7 +96,6 @@ public sealed partial class MediaDumpViewModel : ViewModelBase
|
||||
string _log;
|
||||
[ObservableProperty]
|
||||
bool _optionsVisible;
|
||||
[ObservableProperty]
|
||||
string _outputPrefix;
|
||||
[ObservableProperty]
|
||||
bool _persistent;
|
||||
|
||||
Reference in New Issue
Block a user