update application namespaces, update window title on page change

This commit is contained in:
yggverse 2024-04-12 07:37:52 +03:00
parent 183c26e56a
commit c2bc925b70
4 changed files with 26 additions and 18 deletions

View file

@ -9,6 +9,6 @@ require_once __DIR__ .
// Init app
\Gtk::init();
new \Yggverse\Yoda\Entity\Window();
new \Yggverse\Yoda\Entity\App();
\Gtk::main();