Set default split unit to MiB

This commit is contained in:
Evan Su 2021-08-13 13:43:04 -04:00 committed by GitHub
parent 0bdfba90a0
commit d8d8bbd999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ var splitUnits = []string{
"MiB",
"GiB",
}
var splitSelected int32 // Index of which splitting unit was chosen from above
var splitSelected int32 = 1 // Index of which splitting unit was chosen from above
var shredPasses = "4"
var stopShredding = false
var shredProgress float32