mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add missing quotation marks in example and add option to turn on/off chapter markers in mini progress bar
This commit is contained in:
@@ -127,6 +127,8 @@ DMINIBAR_PAGES = true
|
||||
DMINIBAR_NEXT_CHAPTER = true
|
||||
DMINIBAR_BATTERY = true
|
||||
|
||||
DMINIBAR_PROGRESS_MARKER = true
|
||||
|
||||
-- gesture detector defaults
|
||||
DGESDETECT_DISABLE_DOUBLE_TAP = true
|
||||
|
||||
@@ -142,9 +144,9 @@ FRONTLIGHT_SENSITIVITY_DECREASE = 2
|
||||
|
||||
-- Set a path to a folder that is filled by Calibre (must contain the file metadata.calibre)
|
||||
-- e.g.
|
||||
-- /mnt/sd/.hidden for Kobo with files in ".hidden" on the SD card
|
||||
-- /mnt/onboard/MyPath for Kobo with files in "MyPath" on the device itself
|
||||
-- /mnt/us/documents/ for Kindle files in folder "documents"
|
||||
-- "/mnt/sd/.hidden" for Kobo with files in ".hidden" on the SD card
|
||||
-- "/mnt/onboard/MyPath" for Kobo with files in "MyPath" on the device itself
|
||||
-- "/mnt/us/documents/" for Kindle files in folder "documents"
|
||||
LIBRARY_PATH = nil
|
||||
|
||||
-- Search parameters
|
||||
|
||||
Reference in New Issue
Block a user