set tab label title on construct

This commit is contained in:
yggverse 2024-08-27 14:26:27 +03:00
parent a55dce8008
commit faa32d68bd
3 changed files with 11 additions and 5 deletions

View file

@ -2,10 +2,11 @@
using namespace app::browser::main::tab;
Label::Label()
{
Label::Label(
const Glib::ustring & TEXT
) {
set_text(
_("New tab")
TEXT
);
// Setup label controller