draft history push method

This commit is contained in:
yggverse 2024-08-29 04:02:38 +03:00
parent 8d74798edd
commit 8118613a1f
5 changed files with 28 additions and 0 deletions

View file

@ -96,6 +96,14 @@ Navbar::~Navbar()
};
// Actions
void Navbar::history_push(
const Glib::ustring & VALUE
) {
navbarHistory->push(
VALUE
);
}
void Navbar::refresh()
{
// Toggle base button sensibility