update action namespace

This commit is contained in:
yggverse 2024-08-14 09:15:21 +03:00
parent 1fde59a6ce
commit 49fd7d0ab8

View File

@ -86,7 +86,7 @@ void Tab::update(
);
page->activate_action(
"tab.update"
"data.update"
);
} // @TODO
@ -96,5 +96,5 @@ void Tab::on_switch(
Gtk::Widget * page,
guint page_num
) {
// @TODO update header
// @TODO update header text
}