define default _subtitle value

This commit is contained in:
yggverse 2024-07-07 08:44:35 +03:00
parent f4f114a1ca
commit 111a8649b1

View file

@ -6,7 +6,7 @@ namespace Yggverse\Yoda\Gtk\Browser\Container\Tab\Page\Title;
class Label extends \GtkLabel class Label extends \GtkLabel
{ {
private string $_subtitle; private string $_subtitle = '';
public function set_subtitle( public function set_subtitle(
string $value string $value