Skip to content

Commit

Permalink
set pauseApps default to false (there is an increasing number of prob…
Browse files Browse the repository at this point in the history
…lems)
  • Loading branch information
hg42 committed Oct 25, 2024
1 parent 9e81266 commit 60a529c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ val pref_backupPauseApps = BooleanPref(
pause apps during backups to avoid inconsistencies caused
by ongoing file changes or other conflicts (doesn't seem to have big benefits)
""".trimIndent().replace("\n", " ").trim(),
defaultValue = true
defaultValue = false
)

val pref_backupSuspendApps = BooleanPref(
Expand Down

0 comments on commit 60a529c

Please sign in to comment.