fix default file name

This commit is contained in:
Bnyro 2022-09-18 16:09:49 +02:00
parent b22611fe21
commit 60f2741b7d

View File

@ -77,7 +77,7 @@ class BackupDialog() : DialogFragment() {
}
}.await()
createBackupFile.launch("application/json")
createBackupFile.launch("libretube_backup.json")
}
.create()
}