fix new tab button action

This commit is contained in:
yggverse 2024-09-15 11:19:39 +03:00
parent eb1f3baf13
commit bf6287ae72
3 changed files with 24 additions and 7 deletions

View file

@ -42,7 +42,9 @@ Header::Header(
* headerMenu
);
headerTab = Gtk::make_managed<header::Tab>();
headerTab = Gtk::make_managed<header::Tab>(
ACTION__TAB_APPEND
);
pack_start(
* headerTab