mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Revert last change to autofrontlight.koplugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local Device = require("device")
|
||||
|
||||
if not Device:isSDL() or not Device:isKindle() or
|
||||
if not Device:isKindle() or
|
||||
(Device.model ~= "KindleVoyage" and Device.model ~= "KindleOasis") then
|
||||
return { disabled = true, }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user