Merge pull request #2609 from nextcloud/enh/2173/add-notes

add notes app to default apps
This commit is contained in:
Simon L 2023-05-30 11:33:43 +02:00 committed by GitHub
commit a32b5c1bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -775,7 +775,7 @@ class ConfigurationManager
if (is_string($apps)) {
return trim($apps);
}
return 'deck twofactor_totp tasks calendar contacts';
return 'deck twofactor_totp tasks calendar contacts notes';
}
public function GetCollaboraDictionaries() : string {