Skip to content

Commit

Permalink
change default update channel to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kaajjo committed Nov 13, 2024
1 parent 11d7cf7 commit 5341cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PreferencesConstants {
const val DEFAULT_AUTOBACKUP_INTERVAL = 24L
const val DEFAULT_AUTO_BACKUPS_NUMBER = 3
const val DEFAULT_ADVANCED_HINT = false
const val DEFAULT_AUTOUPDATE_CHANNEL = 1 // Stable channel
const val DEFAULT_AUTOUPDATE_CHANNEL = 2 // Beta channel

const val DEFAULT_DYNAMIC_COLORS = true
const val DEFAULT_DARK_THEME = 0
Expand Down

0 comments on commit 5341cd5

Please sign in to comment.