implement pin tab menu item

This commit is contained in:
yggverse 2024-09-16 19:07:39 +03:00
parent 0c638026e3
commit 30a1872fa5
11 changed files with 55 additions and 0 deletions

View file

@ -177,6 +177,13 @@ void Label::pin(
}
}
void Label::pin()
{
pin(
!is_pinned
);
}
void Label::update(
const Glib::ustring & TEXT
) {