mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class ReaderPreferences(
|
|||
|
||||
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 fullscreen() = preferenceStore.getBoolean("fullscreen", true)
|
||||
|
|
Loading…
Reference in a new issue