set buttons action

This commit is contained in:
yggverse 2024-09-24 22:29:45 +03:00
parent edb4e6fa0a
commit 1d2be90f8f
5 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,7 @@ impl Base {
pub fn new() -> Base {
Self {
widget: Button::builder()
.action_name("win.tab_page_base")
.icon_name("go-home-symbolic")
.tooltip_text("Base")
.sensitive(false)