mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expressions.
This commit is contained in:
@@ -107,8 +107,8 @@ public sealed class ImageChecksumViewModel : ViewModelBase
|
||||
Md5Checked = true;
|
||||
Sha1Checked = true;
|
||||
SpamsumChecked = true;
|
||||
TrackChecksums = new ObservableCollection<ChecksumModel>();
|
||||
MediaChecksums = new ObservableCollection<ChecksumModel>();
|
||||
TrackChecksums = [];
|
||||
MediaChecksums = [];
|
||||
StartCommand = ReactiveCommand.Create(ExecuteStartCommand);
|
||||
CloseCommand = ReactiveCommand.Create(ExecuteCloseCommand);
|
||||
StopCommand = ReactiveCommand.Create(ExecuteStopCommand);
|
||||
|
||||
Reference in New Issue
Block a user