eXpEcTeD 'Auto' oR 'Manual' UnKnOwN oPtIoN 'manual', screw you case sensitivity

pull/2/head
axtlos 3 years ago
parent 653c77f7c2
commit 4b5b6e5721
No known key found for this signature in database
GPG Key ID: A468AFD71DD51D4A

@ -43,7 +43,7 @@ class InstallPrefs {
Map toJson() => {
"partition": {
"device": disk,
"mode": manualPartitioning ? "manual" : "auto",
"mode": manualPartitioning ? "Manual" : "Auto",
"efi": isEfi,
"partitions": partitions,
},

Loading…
Cancel
Save