mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
10 lines
214 B
Lua
10 lines
214 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "autoturn",
|
|
fullname = _("Autoturn"),
|
|
description = _([[
|
|
Automatically turns the page after a set period of time.
|
|
|
|
Hold to set the scrolling distance.]]),
|
|
}
|