add deprecation to autofrontlight (#12619)

This commit is contained in:
Martín Fernández
2024-10-23 10:44:14 +02:00
committed by GitHub
parent 04161c0e9e
commit 2c03d50c49

View File

@@ -3,4 +3,5 @@ return {
name = "autofrontlight", name = "autofrontlight",
fullname = _("Auto frontlight"), fullname = _("Auto frontlight"),
description = _([[Automatically turns the frontlight on and off once brightness in the environment reaches a certain level.]]), description = _([[Automatically turns the frontlight on and off once brightness in the environment reaches a certain level.]]),
deprecated = { "remove" },
} }