mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Adaptively pins the auto-standby UI lock. When frequent input from user is observed, we'll prevent for increasingly longer periods of time, and revert back to more aggressive standby with infrequent input (infrequent taps when reading a book).
8 lines
218 B
Lua
8 lines
218 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "autostandby",
|
|
fullname = _("Auto Standby"),
|
|
description = _([[Put into standby on no input, wake up from standby on UI input]]),
|
|
sorting_hint = "device",
|
|
}
|