mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
remove extras
This commit is contained in:
parent
c5b62addd4
commit
b0b38581aa
1 changed files with 0 additions and 15 deletions
|
|
@ -28,19 +28,4 @@ class Header
|
||||||
$this->_subtitle
|
$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…
Add table
Add a link
Reference in a new issue