Skip to content

Commit

Permalink
Merge pull request #3186 from Bnyro/master
Browse files Browse the repository at this point in the history
Fix that backup files might be empty
  • Loading branch information
Bnyro authored Feb 25, 2023
2 parents 8e60346 + ea51fd0 commit 98f43d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ class BackupDialog(
backupOptions.forEachIndexed { index, option ->
if (selected[index]) option.onSelected(backupFile)
}
createBackupFile(backupFile)
}
createBackupFile(backupFile)
}
.create()
}
Expand Down

0 comments on commit 98f43d7

Please sign in to comment.