mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Kindle: Enable AutoSuspend plugin (#7612)
Kindles are not flagged canPowerOff, although that's technically not entirely warranted, but sorta makes sense. The Plugin already handles that sanely, and will only expose/honor the suspend timer.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
local Device = require("device")
|
||||
|
||||
if not Device:isCervantes() and
|
||||
not Device:isKindle() and
|
||||
not Device:isKobo() and
|
||||
not Device:isRemarkable() and
|
||||
not Device:isSDL() and
|
||||
|
||||
Reference in New Issue
Block a user