mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
reduce settings level
This commit is contained in:
parent
b48b3a6980
commit
9635f6fcea
2 changed files with 2 additions and 5 deletions
|
|
@ -17,10 +17,7 @@
|
|||
{
|
||||
"button":
|
||||
{
|
||||
"go":
|
||||
{
|
||||
"enabled":true
|
||||
}
|
||||
"go":true
|
||||
}
|
||||
},
|
||||
"width":640,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class Navigation
|
|||
8
|
||||
);
|
||||
|
||||
if ($config->interface->window->navigation->button->go->enabled)
|
||||
if ($config->interface->window->navigation->button->go)
|
||||
{
|
||||
$this->go = new \Yggverse\Yoda\Button\Go();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue