From 2c03d50c495f8cc86f01fbcf36630751a67bd575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= <975883+pazos@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:44:14 +0200 Subject: [PATCH] add deprecation to autofrontlight (#12619) --- plugins/autofrontlight.koplugin/_meta.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/autofrontlight.koplugin/_meta.lua b/plugins/autofrontlight.koplugin/_meta.lua index 105db9b9e..0eec0a2a1 100644 --- a/plugins/autofrontlight.koplugin/_meta.lua +++ b/plugins/autofrontlight.koplugin/_meta.lua @@ -3,4 +3,5 @@ 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" }, }