mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
lowercase subtitle value
This commit is contained in:
parent
e04da6cb19
commit
d4bfcaef08
@ -60,8 +60,10 @@ class Title
|
||||
): void
|
||||
{
|
||||
$this->gtk->set_subtitle(
|
||||
is_null($subtitle) ? $this->_subtitle : trim(
|
||||
$subtitle
|
||||
is_null($subtitle) ? $this->_subtitle : strtolower(
|
||||
trim(
|
||||
$subtitle
|
||||
)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user