mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-21 10:38:55 +02:00
Move automatic backups from /backup/automatic to /autobackup
Removes the need to try to create child folders, which simplifies things.
This commit is contained in:
@@ -11,7 +11,7 @@ class StoragePreferences(
|
||||
fun baseStorageDirectory() = preferenceStore.getString("storage_dir", folderProvider.path())
|
||||
|
||||
companion object {
|
||||
const val BACKUP_DIR = "backup"
|
||||
const val BACKUP_DIR = "autobackup"
|
||||
const val DOWNLOADS_DIR = "downloads"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user