restore forward icon

This commit is contained in:
yggverse 2024-09-24 23:20:24 +03:00
parent 36c33e1ee6
commit e89a1ae31c

View File

@ -10,6 +10,7 @@ impl Forward {
Self {
widget: Button::builder()
.action_name("win.tab_page_history_forward")
.icon_name("go-next-symbolic")
.tooltip_text("Forward")
.sensitive(false)
.build(),