Default option

This commit is contained in:
fredtempez 2019-12-01 10:49:03 +01:00
parent 2886fd46b2
commit b144c5a513
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ class common {
}
// Version 9.2.12
if($this->getData(['core', 'dataVersion']) < 9212) {
$this->setData(['theme','menu', 'activeColorAuto',false]);
$this->setData(['theme','menu', 'activeColorAuto',true]);
$this->setData(['theme','menu', 'activeColor','rgba(255, 255, 255, 1)']);
$this->setData(['core', 'dataVersion', 9212]);
$this->saveData();