Skip to content

Commit

Permalink
disable nightly by default
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jan 20, 2024
1 parent c13136d commit c0b5df3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class PreferenceUtils(private val sharedPreferences: SharedPreferences) {

private fun defaultValueForBooleanKey(key: Key): Boolean {
return when (key) {
Key.UPDATE_AUTOMATICALLY, Key.RELEASE_CHANNEL -> true
Key.UPDATE_AUTOMATICALLY -> true
else -> false
}
}
Expand Down

0 comments on commit c0b5df3

Please sign in to comment.