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(
void Tab::append( void Tab::append(
const Glib::ustring & TITLE, const Glib::ustring & TITLE,
const Glib::ustring & SUBTITLE,
const Glib::ustring & REQUEST, const Glib::ustring & REQUEST,
const bool & FOCUS const bool & FOCUS
) { ) {
auto tabPage = new tab::Page( auto tabPage = new tab::Page(
TITLE, TITLE,
SUBTITLE,
REQUEST REQUEST
); );

Loading…
Cancel
Save