fix(reader.lua): typo

This commit is contained in:
Qingping Hou
2016-03-21 16:30:45 -07:00
parent 35a5cbe6d5
commit 9a3e262bb3

View File

@@ -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