Browse Source

add subtitle argument

CPP-GTK4
yggverse 2 weeks ago
parent
commit
dd4b1947f5
  1. 2
      src/app/browser/main/tab.cpp

2
src/app/browser/main/tab.cpp

@ -38,11 +38,13 @@ void Tab::refresh( @@ -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
);

Loading…
Cancel
Save