mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 16:30:31 +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 ->
|
backupOptions.forEachIndexed { index, option ->
|
||||||
if (selected[index]) option.onSelected(backupFile)
|
if (selected[index]) option.onSelected(backupFile)
|
||||||
}
|
}
|
||||||
|
createBackupFile(backupFile)
|
||||||
}
|
}
|
||||||
createBackupFile(backupFile)
|
|
||||||
}
|
}
|
||||||
.create()
|
.create()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user