Browse Source

refresh entire navbar on history navigation

PHP-GTK3
yggverse 2 months ago
parent
commit
1389769346
  1. 2
      src/Entity/Browser/Container/Page/Navbar/History/Back.php
  2. 2
      src/Entity/Browser/Container/Page/Navbar/History/Forward.php

2
src/Entity/Browser/Container/Page/Navbar/History/Back.php

@ -25,7 +25,7 @@ class Back extends Button
); );
} }
$this->navbar->history->refresh(); $this->navbar->refresh();
} }
public function refresh(): void public function refresh(): void

2
src/Entity/Browser/Container/Page/Navbar/History/Forward.php

@ -25,7 +25,7 @@ class Forward extends Button
); );
} }
$this->navbar->history->refresh(); $this->navbar->refresh();
} }
public function refresh(): void public function refresh(): void

Loading…
Cancel
Save