mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
Nextcloud use NextcloudV25+ theme by default
This commit is contained in:
parent
c9d0a530c2
commit
b4c6a3f18e
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue