mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
The actual defaults table is a hash, so we have no way of salvaging it from there without using a custom NULL type or another kind of sentinel value. But since everything that actually *uses* the offending defaults expects a nil, don't rock the boat, and just fix the Advanced Settings widget to be able to deal with it. Fix #11679 Regression since #9546