feat: force backup when putting the device into bootloader mode

This commit is contained in:
2024-02-05 21:03:36 +01:00
parent 08f594d164
commit 7e3e61afd7
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ export async function restoreBackup(event: Event) {
} else if (isCsvChords(text)) {
restoreFromFile(csvChordsToJson(text))
} else {
alert("Unknown backup format")
}
}