the files_lock app should get installed by default as well

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-22 01:02:08 +01:00
parent 35b87eee9b
commit 2ddd9406aa
6 changed files with 6 additions and 6 deletions

View file

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