Replace old defaults.persistent.lua with defaults.custom.lua for custom config

master
crash5 5 months ago
parent 7d7542aa01
commit 5ee4f95ae6

@ -17,9 +17,9 @@ A very few examples (some of these settings are actually available in the UI, to
| `DCREREADER_CONFIG_DEFAULT_FONT_SIZE = 22` | `defaults.lua` | `16` - `44` | default font size | EPUB/FB2 |
| `DSHOWHIDDENFILES = false` | `defaults.lua` | `false` or `true` | showing hidden files (name begins with a ".") | FileManager |
Note that configuration changes to the `koreader/defaults.lua` file will be overridden by nightly releases/OTA updates automatically and without warning. To make configuration changes persist between updates, you need to move your changes into `koreader/defaults.persistent.lua`.
Note that configuration changes to the `koreader/defaults.lua` file will be overridden by nightly releases/OTA updates automatically and without warning. To make configuration changes persist between updates, you need to move your changes into `koreader/defaults.custom.lua`.
Alternatively, you can lookup or modify these settings from within KOReader, via the *Tools* > *More tools* > *Advanced settings* menu (top menu, in the File Manager). The modifications will be properly (i.e., in `defaults.persistent.lua`) stored on exit.
Alternatively, you can lookup or modify these settings from within KOReader, via the *Tools* > *More tools* > *Advanced settings* menu (top menu, in the File Manager). The modifications will be properly (i.e., in `defaults.custom.lua`) stored on exit.
Of particular interest in there are the various tap zones (`DTAP_ZONE_*`), as well as the default ranges for the various CRe settings available in the bottom menu (`DCREREADER_CONFIG_*`).

Loading…
Cancel
Save