mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
Add TODO to default to 32-bit color at some point
Originally proposed in #8959
This commit is contained in:
parent
953720472f
commit
8d7a7919a9
@ -18,6 +18,7 @@ class ReaderPreferences(
|
|||||||
|
|
||||||
fun showReadingMode() = preferenceStore.getBoolean("pref_show_reading_mode", true)
|
fun showReadingMode() = preferenceStore.getBoolean("pref_show_reading_mode", true)
|
||||||
|
|
||||||
|
// TODO: default this to true if reader long strip ever goes stable
|
||||||
fun trueColor() = preferenceStore.getBoolean("pref_true_color_key", false)
|
fun trueColor() = preferenceStore.getBoolean("pref_true_color_key", false)
|
||||||
|
|
||||||
fun fullscreen() = preferenceStore.getBoolean("fullscreen", true)
|
fun fullscreen() = preferenceStore.getBoolean("fullscreen", true)
|
||||||
|
Loading…
Reference in New Issue
Block a user