save tab session to profile database on application quit

This commit is contained in:
yggverse 2024-09-09 07:18:49 +03:00
parent dfcc131ce2
commit 881e1b78d6
7 changed files with 92 additions and 15 deletions

View file

@ -265,4 +265,9 @@ Glib::ustring Page::get_title()
Glib::ustring Page::get_subtitle()
{
return subtitle;
}
Glib::ustring Page::get_navigation_request_text()
{
return pageNavigation->get_request_text();
}