Browse Source

reduce settings level

PHP-GTK3
yggverse 6 months ago
parent
commit
9635f6fcea
  1. 5
      config.json
  2. 2
      src/Box/Navigation.php

5
config.json

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

2
src/Box/Navigation.php

@ -35,7 +35,7 @@ class Navigation @@ -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…
Cancel
Save