2
0
mirror of https://github.com/koreader/koreader synced 2024-11-04 12:00:25 +00:00
koreader/plugins/autoturn.koplugin/_meta.lua

10 lines
214 B
Lua
Raw Normal View History

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.]]),
}