mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ConfigDialog: fix bug in DoubleSpinWidget default values (#9580)
This commit is contained in:
@@ -200,7 +200,6 @@ High level threshold is checked when the device is charging.]]),
|
||||
right_max = 100,
|
||||
right_default = 100,
|
||||
right_hold_step = 5,
|
||||
default_values = true,
|
||||
unit = "%",
|
||||
callback = function(left_value, right_value)
|
||||
self.battery_threshold = left_value
|
||||
|
||||
Reference in New Issue
Block a user