reduce settings level

This commit is contained in:
yggverse 2024-04-09 15:18:06 +03:00
parent b48b3a6980
commit 9635f6fcea
2 changed files with 2 additions and 5 deletions

View file

@ -17,10 +17,7 @@
{ {
"button": "button":
{ {
"go": "go":true
{
"enabled":true
}
} }
}, },
"width":640, "width":640,

View file

@ -35,7 +35,7 @@ class Navigation
8 8
); );
if ($config->interface->window->navigation->button->go->enabled) if ($config->interface->window->navigation->button->go)
{ {
$this->go = new \Yggverse\Yoda\Button\Go(); $this->go = new \Yggverse\Yoda\Button\Go();