Browse Source

remove extras

PHP-GTK3
yggverse 3 months ago
parent
commit
b0b38581aa
  1. 15
      src/Entity/Browser/History/Header.php

15
src/Entity/Browser/History/Header.php

@ -28,19 +28,4 @@ class Header @@ -28,19 +28,4 @@ class Header
$this->_subtitle
);
}
public function setTitle(
?string $title = null
): void
{
$this->gtk->set_title(
is_null($title) ? $this->_title : sprintf(
'%s - %s',
trim(
$title
),
$this->_title
)
);
}
}
Loading…
Cancel
Save