Revert last change to autofrontlight.koplugin

pull/3181/head
Hzj_jie 7 years ago committed by GitHub
parent 2a0e424a17
commit 12af617b46

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

Loading…
Cancel
Save