9 lines
188 B
Lua
9 lines
188 B
Lua
|
|
local _ = require("gettext")
|
||
|
|
|
||
|
|
return {
|
||
|
|
name = "pinpadlock",
|
||
|
|
fullname = _("PIN Pad Lock Screen"),
|
||
|
|
description = _([[Lock the device with a PIN code]]),
|
||
|
|
version = "v1.1.0"
|
||
|
|
}
|