Add multiple options for websearch query encoding

Close #174
This commit is contained in:
MM20
2022-09-25 20:59:29 +02:00
parent 69876e8884
commit 24e25148f0
10 changed files with 627 additions and 37 deletions
@@ -185,7 +185,7 @@ class BackupManager(
companion object {
private const val BackupFormatMajor = 1
private const val BackupFormatMinor = 1
private const val BackupFormatMinor = 2
internal const val BackupFormat = "$BackupFormatMajor.$BackupFormatMinor"
}
}