diff --git a/src/Entity/App.php b/src/Entity/App.php index a88ea041..e76d2f93 100644 --- a/src/Entity/App.php +++ b/src/Entity/App.php @@ -83,6 +83,10 @@ class App 'switch-page', function ($tabs, $child, $position) { + $this->setTitle( + $tabs->get_tab_label_text($child) + ); + if ('+' == $tabs->get_tab_label_text($child)) { $page = $this->blankPage();