hius07
hius07
The search string is saved in the `menu_search_string` key in koreader/settings.reader.lua. The file must be edited when the program is not running. Can you show crash.log from your Kobo.
(1) To comply with various relations/constraints between left and right min and max values you will need to introduce `left_min_func()`, `left_max_func()`, `right_min_func()`, `right_max_func()` defined in the caller and passed to...
(2) The high threshold is checked when the battery is charging, to avoid overcharging. Actually low/high thresholds are rather independent. (3) The dead central zone is on purpose, some users...
> 1. **Collection options dialog naming issue** : Since we're managing collection while already in a specific collection...instead of "Arrange books in ~collection~", "Add ~a book~ to ~collection~" name them...
3.Select mode: maybe. 6.All = Reset all filters No deleted books in collections. 5.Virtual folders: I prefer the popup dialog. -I do not like the list of metadata values displayed...
Generally, it breaks the status bar design concept: (1) non-adjustable position (2) always visible with unchecked "Show all at once".
Looks like damaged koreader/defaults.lua. Can you take it from https://github.com/koreader/koreader/blob/master/defaults.lua and copy to your device.
No. If it doesn't help, reinstall KOReader replacing/overwriting the existing installation. Your settings will be preserved.
https://github.com/koreader/koreader/issues/4810
> ```shell > viewport = Geom:new{x=3, y=2, w=1395, h=1864}, > ``` Original screen size 1404x1872. So you need smth about y=350, h=1520.