mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Can't convert false back to string in "set defaults", so the default needs to be a string
This commit is contained in:
@@ -166,7 +166,7 @@ SEARCH_PATH = true
|
||||
-- Light parameter for Kobo
|
||||
KOBO_LIGHT_OFF_ON_SUSPEND = false
|
||||
KOBO_LIGHT_ON_START = -1 -- -1 or 0-100. -1 leaves light as it is, other sets light on start/wake up
|
||||
KOBO_SCREEN_SAVER = false -- image or directory with pictures or false
|
||||
KOBO_SCREEN_SAVER = "-" -- image or directory with pictures or "-"
|
||||
|
||||
-- ####################################################################
|
||||
-- following features are not supported right now
|
||||
|
||||
Reference in New Issue
Block a user