add subtitle argument

This commit is contained in:
yggverse 2024-09-06 02:02:56 +03:00
parent b56163c7fc
commit dd4b1947f5

View File

@ -38,11 +38,13 @@ void Tab::refresh(
void Tab::append(
const Glib::ustring & TITLE,
const Glib::ustring & SUBTITLE,
const Glib::ustring & REQUEST,
const bool & FOCUS
) {
auto tabPage = new tab::Page(
TITLE,
SUBTITLE,
REQUEST
);