Nextcloud use NextcloudV25+ theme by default

This commit is contained in:
the-djmaze 2023-12-11 22:45:00 +01:00
parent c9d0a530c2
commit b4c6a3f18e
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ class InstallStep implements IRepairStep
$aList = \SnappyMail\Repository::getEnabledPackagesNames();
$aList[] = 'nextcloud';
$oConfig->Set('plugins', 'enabled_list', \implode(',', \array_unique($aList)));
$oConfig->Set('webmail', 'theme', 'Nextcloud@custom');
$oConfig->Set('webmail', 'theme', 'NextcloudV25+');
$bSave = true;
}

View file

@ -77,7 +77,7 @@ class RainLoop
}
$oConfig = \RainLoop\Api::Config();
$oConfig->Set('webmail', 'theme', 'Nextcloud@custom');
$oConfig->Set('webmail', 'theme', 'NextcloudV25+');
$oConfig->Save();
return $result;