mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
8 lines
269 B
Lua
8 lines
269 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "autofrontlight",
|
|
fullname = _("Auto frontlight"),
|
|
description = _([[Automatically turns the frontlight on and off once brightness in the environment reaches a certain level.]]),
|
|
deprecated = { "remove" },
|
|
}
|