mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
fix(reader.lua): typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user