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:
@@ -58,7 +58,6 @@ public sealed partial class ImageEntropyViewModel : ViewModelBase
|
||||
bool _duplicatedSectorsChecked;
|
||||
[ObservableProperty]
|
||||
bool _duplicatedSectorsEnabled;
|
||||
[ObservableProperty]
|
||||
EntropyResults _entropy;
|
||||
[ObservableProperty]
|
||||
string _mediaEntropyText;
|
||||
@@ -104,7 +103,6 @@ public sealed partial class ImageEntropyViewModel : ViewModelBase
|
||||
bool _startVisible;
|
||||
[ObservableProperty]
|
||||
bool _stopVisible;
|
||||
[ObservableProperty]
|
||||
EntropyResults[] _tracksEntropy;
|
||||
[ObservableProperty]
|
||||
bool _wholeDiscChecked;
|
||||
|
||||
Reference in New Issue
Block a user