From 42cd6ba8571f4645f9e9e1c0d8a1984a8c6111b1 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 8 Jul 2024 03:06:53 +0300 Subject: [PATCH] add testing tab --- src/Entity/Browser/Container/Tab.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Entity/Browser/Container/Tab.php b/src/Entity/Browser/Container/Tab.php index 3bf05828..2d45a271 100644 --- a/src/Entity/Browser/Container/Tab.php +++ b/src/Entity/Browser/Container/Tab.php @@ -33,6 +33,10 @@ class Tab 'gemini://yggverse.cities.yesterweb.org' ); + $this->append( + 'gemini://tlgs.one' + ); + // Init events $this->gtk->connect( 'switch-page',