Disable reader's 'Keep screen on' setting by default (#2095)

This commit is contained in:
AntsyLich
2025-05-11 18:59:21 +06:00
committed by GitHub
parent e8c6e3364d
commit f0de8f973b
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class ReaderPreferences(
fun cutoutShort() = preferenceStore.getBoolean("cutout_short", true)
fun keepScreenOn() = preferenceStore.getBoolean("pref_keep_screen_on_key", true)
fun keepScreenOn() = preferenceStore.getBoolean("pref_keep_screen_on_key", false)
fun defaultReadingMode() = preferenceStore.getInt(
"pref_default_reading_mode_key",