From b56163c7fc0c8c1aa3d1433cc52905907d4bac6c Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 6 Sep 2024 01:58:47 +0300 Subject: [PATCH] add subtitle argument, remove default values --- src/app/browser/main/tab.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/browser/main/tab.hpp b/src/app/browser/main/tab.hpp index e35bf117..85a5df75 100644 --- a/src/app/browser/main/tab.hpp +++ b/src/app/browser/main/tab.hpp @@ -37,8 +37,9 @@ namespace app::browser::main void append( const Glib::ustring & TITLE, - const Glib::ustring & REQUEST = "", - const bool & FOCUS = true + const Glib::ustring & SUBTITLE, + const Glib::ustring & REQUEST, + const bool & FOCUS ); void close( @@ -51,7 +52,7 @@ namespace app::browser::main void page_navigation_update( const int & PAGE_NUMBER, - const bool & ADD_HISTORY = true + const bool & ADD_HISTORY ); void page_navigation_history_back(