mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
restore forward icon
This commit is contained in:
parent
36c33e1ee6
commit
e89a1ae31c
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ impl Forward {
|
||||||
Self {
|
Self {
|
||||||
widget: Button::builder()
|
widget: Button::builder()
|
||||||
.action_name("win.tab_page_history_forward")
|
.action_name("win.tab_page_history_forward")
|
||||||
|
.icon_name("go-next-symbolic")
|
||||||
.tooltip_text("Forward")
|
.tooltip_text("Forward")
|
||||||
.sensitive(false)
|
.sensitive(false)
|
||||||
.build(),
|
.build(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue