From 3a594c167e0928afe9b770b4760c7fd0718a9c8e Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 5 Mar 2022 21:37:16 +0100 Subject: [PATCH] Add help about is_public --- check_process | 1 - manifest.json | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index e892668..3dd879e 100644 --- a/check_process +++ b/check_process @@ -13,4 +13,3 @@ ;;; Upgrade options ; commit=3b225b6a98f91493bdf3ae593a59cbdd3616106f name=LibreQR 1.3.0 - manifest_arg=domain=DOMAIN&path=PATH&is_public=1& diff --git a/manifest.json b/manifest.json index cc98381..9f669c4 100755 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If enabled, the application can be used without authentifying with a YunoHost account.", + "fr": "Si activé, l'application pourra être utilisée sans s'authentifier avec un compte YunoHost." + }, "default": true } ]