mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Fix that backup files might be empty
This commit is contained in:
parent
b883f160fd
commit
ea51fd0f02
@ -92,8 +92,8 @@ class BackupDialog(
|
||||
backupOptions.forEachIndexed { index, option ->
|
||||
if (selected[index]) option.onSelected(backupFile)
|
||||
}
|
||||
createBackupFile(backupFile)
|
||||
}
|
||||
createBackupFile(backupFile)
|
||||
}
|
||||
.create()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user