fix(reader.lua): typo

pull/1928/head v2016.03.23-nightly
Qingping Hou 8 years ago
parent 35a5cbe6d5
commit 9a3e262bb3

@ -112,7 +112,7 @@ end
local open_last = G_reader_settings:readSetting("open_last")
-- night mode
if G_reader_settings:readSetting("night_mode") then
Device.Screen:toggleNightMode()
Device.screen:toggleNightMode()
end
-- restore kobo frontlight settings and probe kobo touch coordinates

Loading…
Cancel
Save