Browse Source

fix subtitle update for file protocol

PHP-GTK3
yggverse 2 months ago
parent
commit
aa066ee178
  1. 3
      src/Entity/Browser/Container/Page/Content.php

3
src/Entity/Browser/Container/Page/Content.php

@ -127,8 +127,7 @@ class Content @@ -127,8 +127,7 @@ class Content
if ($title) // detect title by document h1
{
$this->page->title->set(
$title,
$this->page->title->getSubtitle()
$title
);
}

Loading…
Cancel
Save