set new tab menu icon

This commit is contained in:
yggverse 2024-08-08 15:32:28 +03:00
parent 5091121162
commit 157a20bb75
2 changed files with 5 additions and 0 deletions

View file

@ -45,6 +45,10 @@ Browser::Header::Tab::Tab()
set_tooltip_text(
TOOLTIP
);
set_icon_name(
ICON
);
}
Browser::Container::Container()