From dd4b1947f5cc70aed70c103cad2d87a5d77c4451 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 6 Sep 2024 02:02:56 +0300 Subject: [PATCH] add subtitle argument --- src/app/browser/main/tab.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/browser/main/tab.cpp b/src/app/browser/main/tab.cpp index 26df286..f9b5941 100644 --- a/src/app/browser/main/tab.cpp +++ b/src/app/browser/main/tab.cpp @@ -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 );