From cbf4cc35fb96736134974085110f3aaca5810be7 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 12 Oct 2025 15:50:50 +0200 Subject: [PATCH] Fix some default setting issues. --- src/formats/amiga.textpb | 1 - src/formats/brother.textpb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/formats/amiga.textpb b/src/formats/amiga.textpb index e23a23cc..7daadaaa 100644 --- a/src/formats/amiga.textpb +++ b/src/formats/amiga.textpb @@ -85,7 +85,6 @@ option_group { option { name: "with_metadata" comment: "528-byte sectors" - set_by_default: true config { layout { diff --git a/src/formats/brother.textpb b/src/formats/brother.textpb index cddba797..7f13340c 100644 --- a/src/formats/brother.textpb +++ b/src/formats/brother.textpb @@ -175,6 +175,7 @@ option_group { option { name: "240" comment: '240kB 3.5" 78-track SS GCR' + set_by_default: true config { layout { @@ -198,7 +199,6 @@ option_group { filesystem { type: FATFS } - } } }