move widget features on parent level

This commit is contained in:
yggverse 2025-01-27 13:11:49 +02:00
parent 6571468b4b
commit ca2e6e8788
3 changed files with 58 additions and 106 deletions

View file

@ -37,9 +37,9 @@ impl Window {
g_box.append(&ToolbarView::header(
(browser_action, &action),
profile,
&tab.widget.tab_view,
&tab.tab_view,
));
g_box.append(&tab.widget.tab_view);
g_box.append(&tab.tab_view);
// Init events
action.append.connect_activate({