Browse Source

add demo tab

PHP-GTK3
yggverse 2 months ago
parent
commit
793201022f
  1. 4
      src/Entity/Browser/Container/Tab.php

4
src/Entity/Browser/Container/Tab.php

@ -37,6 +37,10 @@ class Tab
'gemini://tlgs.one' 'gemini://tlgs.one'
); );
$this->append(
'nex://nightfall.city'
);
// Init events // Init events
$this->gtk->connect( $this->gtk->connect(
'switch-page', 'switch-page',

Loading…
Cancel
Save