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:
@@ -57,8 +57,7 @@ public sealed partial class ImageVerifyViewModel : ViewModelBase
|
||||
{
|
||||
readonly IMediaImage _inputFormat;
|
||||
readonly Window _view;
|
||||
[ObservableProperty]
|
||||
bool _cancel;
|
||||
bool _cancel;
|
||||
[ObservableProperty]
|
||||
bool _closeVisible;
|
||||
[ObservableProperty]
|
||||
|
||||
Reference in New Issue
Block a user