diff --git a/src/Entity/Browser/Container/Tab/Page.php b/src/Entity/Browser/Container/Tab/Page.php index f4178f8c..2b70a7f2 100644 --- a/src/Entity/Browser/Container/Tab/Page.php +++ b/src/Entity/Browser/Container/Tab/Page.php @@ -67,6 +67,9 @@ class Page $this->gtk->add( $this->statusbar->gtk ); + + // Render + $this->gtk->show_all(); } public function refresh(): void