Files
koreader-mirror/plugins/autofrontlight.koplugin/_meta.lua
2024-10-23 10:44:14 +02:00

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" },
}