Revert "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 18:45:17 +01:00
parent d6208a0b18
commit ed62ff1ff5
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 files_lock';
return 'deck tasks calendar contacts';
}
public function GetCollaboraDictionaries() : string {