mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
7 lines
386 B
Lua
7 lines
386 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "autowarmth",
|
|
fullname = require("device"):hasNaturalLight() and _("Auto warmth and night mode") or _("Auto night mode"),
|
|
description = require("device"):hasNaturalLight() and _([[This plugin allows to set the frontlight warmth and night mode automagically.]]) or _([[This plugin allows to enable night mode automagically.]]),
|
|
}
|