mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Tweak SleepCover handling a bit on Kobo
Specifically, how we ignore it. No longer do anything specific and potentially racy, and let the unexpected wakeup handler take care of putting us back to sleep. Also add an option to only ignore wakeup events from the SleepCover. Re #5098 Re #5087
This commit is contained in:
@@ -60,7 +60,8 @@ local order = {
|
||||
"time",
|
||||
"battery",
|
||||
"autosuspend",
|
||||
"sleepcover",
|
||||
"ignore_sleepcover",
|
||||
"ignore_open_sleepcover",
|
||||
"mass_storage_settings",
|
||||
},
|
||||
navigation = {
|
||||
|
||||
Reference in New Issue
Block a user