update new tab api

This commit is contained in:
yggverse 2024-08-26 22:29:09 +03:00
parent 65bc5ef6f4
commit dd68120c10
9 changed files with 77 additions and 52 deletions

View file

@ -37,7 +37,10 @@ namespace app::browser::main::tab
public:
Page();
Page(
const Glib::ustring & navbar_request_text = ""
);
~Page();
void update();