Browse Source

Prevent creating backups with no valid options selected

arkon 1 year ago
parent
commit
6f34c5e894

+ 1 - 0
app/src/main/java/eu/kanade/presentation/more/settings/screen/data/CreateBackupScreen.kt

@@ -68,6 +68,7 @@ class CreateBackupScreen : Screen() {
             LazyColumnWithAction(
                 contentPadding = contentPadding,
                 actionLabel = stringResource(MR.strings.action_create),
+                actionEnabled = state.options.anyEnabled(),
                 onClickAction = {
                     if (!BackupCreateJob.isManualJobRunning(context)) {
                         try {

+ 2 - 0
app/src/main/java/eu/kanade/tachiyomi/data/backup/create/BackupOptions.kt

@@ -26,6 +26,8 @@ data class BackupOptions(
         privateSettings,
     )
 
+    fun anyEnabled() = libraryEntries || appSettings || sourceSettings
+
     companion object {
         val libraryOptions = persistentListOf(
             Entry(