add notes app to default apps

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-26 12:40:13 +02:00
parent f4140e1102
commit 4c8e6c07de
6 changed files with 6 additions and 6 deletions

View file

@ -768,7 +768,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 {