init header navigation menu

This commit is contained in:
yggverse 2024-07-06 04:29:35 +03:00
parent b0b38581aa
commit 006f039282
6 changed files with 191 additions and 9 deletions

View file

@ -38,11 +38,4 @@ $browser->gtk->connect(
$browser->gtk->show_all();
// Init history (test)
$history = new \Yggverse\Yoda\Entity\Browser\History(
$browser
);
$history->gtk->show_all();
\Gtk::main();