Browse Source

fix method name

PHP-GTK3
yggverse 3 months ago
parent
commit
6f99b36a44
  1. 2
      src/Entity/Window/Tab/Address/Navbar/Base.php

2
src/Entity/Window/Tab/Address/Navbar/Base.php

@ -34,7 +34,7 @@ class Base extends \Yggverse\Yoda\Abstract\Entity\Window\Tab\Address\Navbar\Butt
$this->navbar->address->update(); $this->navbar->address->update();
} }
$this->update(); $this->refresh();
} }
public function refresh(): void public function refresh(): void

Loading…
Cancel
Save