mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Dumping] Add paranoia mode to check integrity of sectors before writing them to the image.
This commit is contained in:
@@ -722,7 +722,8 @@ public sealed partial class MediaDumpViewModel : ViewModelBase
|
||||
false,
|
||||
10,
|
||||
true,
|
||||
1080);
|
||||
1080,
|
||||
false);
|
||||
|
||||
new Thread(DoWork).Start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user