diff --git a/src/app/browser/window/header/bar/tab/widget.rs b/src/app/browser/window/header/bar/tab/widget.rs index ba07ddbe..e874027d 100644 --- a/src/app/browser/window/header/bar/tab/widget.rs +++ b/src/app/browser/window/header/bar/tab/widget.rs @@ -13,7 +13,7 @@ impl Widget { gobject: TabBar::builder() .autohide(false) .expand_tabs(false) - .start_action_widget(start_action_widget) + .end_action_widget(start_action_widget) // @TODO find solution to append after tabs .view(view) .build(), })