From 12af617b468809e2b2b2eaed91511c9fe95af98d Mon Sep 17 00:00:00 2001 From: Hzj_jie Date: Tue, 5 Sep 2017 12:30:55 -0700 Subject: [PATCH] Revert last change to autofrontlight.koplugin --- plugins/autofrontlight.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autofrontlight.koplugin/main.lua b/plugins/autofrontlight.koplugin/main.lua index 80fe8d19f..96047b493 100644 --- a/plugins/autofrontlight.koplugin/main.lua +++ b/plugins/autofrontlight.koplugin/main.lua @@ -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