Browse Source

use update method

CPP-GTK4
yggverse 2 months ago
parent
commit
734bb850ad
  1. 2
      src/app/browser/main/tab.cpp

2
src/app/browser/main/tab.cpp

@ -151,7 +151,7 @@ void Tab::update( @@ -151,7 +151,7 @@ void Tab::update(
// Update tab label component
get_tabLabel(
PAGE_NUMBER
)->set_label(
)->update(
TAB_PAGE->get_title()
);

Loading…
Cancel
Save