From 79a02d0544ce2986bcf7d282d45808c0809b5adf Mon Sep 17 00:00:00 2001 From: Tom Warnke Date: Sat, 23 Dec 2023 14:02:30 +0100 Subject: [PATCH] Add explaining help text So far it is not obvious that the app needs to be set to public for CalDAV/CardDAV clients to work. --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 4a3139d..a847e43 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,6 +41,7 @@ ram.runtime = "50M" [install.init_main_permission] type = "group" default = "all_users" + help.en = "If you want to access Baikal with CalDAV or CardDAV clients, you need to allow access for visitors." [install.password] type = "password"