Refactor widgets
This commit is contained in:
@@ -3,7 +3,7 @@ package de.mm20.launcher2.backup
|
||||
enum class BackupComponent(val value: String) {
|
||||
Settings("settings"),
|
||||
Favorites("favorites"),
|
||||
Widgets("widgets"),
|
||||
Widgets("widgets2"),
|
||||
Customizations("customizations"),
|
||||
SearchActions("searchactions");
|
||||
|
||||
|
||||
@@ -188,7 +188,7 @@ class BackupManager(
|
||||
*/
|
||||
|
||||
private const val BackupFormatMajor = 1
|
||||
private const val BackupFormatMinor = 5
|
||||
private const val BackupFormatMinor = 6
|
||||
internal const val BackupFormat = "$BackupFormatMajor.$BackupFormatMinor"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user