warning on defaults.lua override between updates

master
Huang Xin 9 years ago
parent 67ed41b487
commit 426123e9d2

@ -14,4 +14,6 @@ There are two configuration files that will configure initial settings for Korea
| `DCREREADER_PROGRESS_BAR = 1` | `defaults.lua` | `1` or `0` | progress bar style: `1` for "mini", `0` for "full" | EPUB/FB2 |
| `DCREREADER_CONFIG_DEFAULT_FONT_SIZE = 22` | `defaults.lua` | `16` - `44` | default font size | EPUB/FB2 |
| `DCREREADER_CONFIG_MARGIN_SIZES` | `defaults.lua` | `5` - `50` | page margins {left, top, right, bottom} in pixels | EPUB/FB2 |
| `DSHOWHIDDENFILES = false` | `defaults.lua` | `false` or `true` | showing hidden files (name begins with a ".") | FileManager |
| `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 without notification. To make configuration changes persist between updates,you need to copy `koreader/defaults.lua` to `koreader/defaults.persistent.lua` and make the changes there.
Loading…
Cancel
Save