From d59bca837224d11e5653f18f7b43a64c8e143034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:36:05 +0100 Subject: [PATCH] fix: Fix command in app_settings.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To turn it off, it should be false, right? Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- docs/app_settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app_settings.md b/docs/app_settings.md index 562a1f297..b0c7ac201 100644 --- a/docs/app_settings.md +++ b/docs/app_settings.md @@ -39,7 +39,7 @@ To go back to default theme: By default Nextcloud will generate previews of Office files using the Collabora file conversion endpoint. This can be turned off through - occ config:app:set richdocuments preview_generation --type boolean --lazy --value true + occ config:app:set richdocuments preview_generation --type boolean --lazy --value false ### Electronic signature From a shell running in the Nextcloud root directory, run the following `occ`