mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
AutoWarmth: fix stupid typo (#9382)
See https://github.com/koreader/koreader/pull/9337#issuecomment-1198008045
This commit is contained in:
@@ -72,7 +72,7 @@ function AutoWarmth:init()
|
||||
or {0.0, 5.5, 6.0, 6.5, 7.0, 13.0, 21.5, 22.0, 22.5, 23.0, 24.0}
|
||||
self.warmth = G_reader_settings:readSetting("autowarmth_warmth")
|
||||
or { 90, 90, 80, 60, 20, 20, 20, 60, 80, 90, 90}
|
||||
self.fl_off_during_day = G_reader_settings:saveSetting("autowarmth_fl_off_during_day")
|
||||
self.fl_off_during_day = G_reader_settings:readSetting("autowarmth_fl_off_during_day")
|
||||
|
||||
-- schedule recalculation shortly afer midnight
|
||||
self:scheduleMidnightUpdate()
|
||||
|
||||
Reference in New Issue
Block a user