Skip to content

Commit

Permalink
fix default zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jan 20, 2025
1 parent 0a4fb09 commit 220c1b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class PreferenceUtils(private val sharedPreferences: SharedPreferences) {

private fun defaultValueForIntKey(key: Key) = when (key) {
Key.DISPLAY_MODE -> if (this.getBoolean(Key.LIMIT_ASPECT_RATIO)) 1 else 0
Key.SCREEN_ZOOM -> 10
Key.SCREEN_ZOOM -> 100
// people wanted a reset on nightly anyways, so this is a good excuse to do so
else -> 0
}
Expand Down

0 comments on commit 220c1b0

Please sign in to comment.