Minor updates

This commit is contained in:
arkon
2023-09-03 10:02:04 -04:00
parent 87f3d4bd05
commit 3f0db60a99
5 changed files with 18 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ object SettingsBackupScreen : SearchableSettings {
showCreateDialog = false
flag = it
try {
chooseBackupDir.launch(Backup.getBackupFilename())
chooseBackupDir.launch(Backup.getFilename())
} catch (e: ActivityNotFoundException) {
flag = 0
context.toast(R.string.file_picker_error)