mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
`self.inverse_reading_order == nil and G_reader_settings:has("inverse_reading_order")` could easily be false, which would then incorrectly turn the setting off.
Fixes <https://github.com/koreader/koreader/issues/5346>.