diff --git a/src/Entity/Browser/Container/Page/Progressbar.php b/src/Entity/Browser/Container/Page/Progressbar.php index 8e8b73dc..e3b0b3c8 100644 --- a/src/Entity/Browser/Container/Page/Progressbar.php +++ b/src/Entity/Browser/Container/Page/Progressbar.php @@ -24,6 +24,11 @@ class Progressbar // Init container $this->gtk = new \GtkProgressBar; + + /* Prevent global initiation + $this->gtk->set_no_show_all( + true + );*/ } public function start(): void