mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
reMarkable: Make sleep/waking up w/o launcher work and properly exit when KO_DONT_GRAB_INPUT is set (#13795)
This commit is contained in:
@@ -239,9 +239,9 @@ if Device:isKobo() then
|
||||
}
|
||||
end
|
||||
|
||||
if Device:isKindle() and PowerD:hasHallSensor() then
|
||||
if PowerD:hasHallSensor() then
|
||||
common_settings.cover_events = {
|
||||
text = _("Disable Kindle cover events"),
|
||||
text = _("Disable cover events"),
|
||||
help_text = _([[Toggle the Hall effect sensor.
|
||||
This is used to detect if the cover is closed, which will automatically sleep and wake the device. If there is no cover present the sensor may cause spurious wakeups when located next to a magnetic source.]]),
|
||||
keep_menu_open = true,
|
||||
|
||||
Reference in New Issue
Block a user