Skip to content

Commit d59bca8

Browse files
authored
fix: Fix command in app_settings.md
To turn it off, it should be false, right? Signed-off-by: Côme Chilliet <[email protected]>
1 parent fcbf00a commit d59bca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To go back to default theme:
3939

4040
By default Nextcloud will generate previews of Office files using the Collabora file conversion endpoint. This can be turned off through
4141

42-
occ config:app:set richdocuments preview_generation --type boolean --lazy --value true
42+
occ config:app:set richdocuments preview_generation --type boolean --lazy --value false
4343

4444
### Electronic signature
4545
From a shell running in the Nextcloud root directory, run the following `occ`

0 commit comments

Comments
 (0)