mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 18:34:14 +00:00
restore forward icon
This commit is contained in:
parent
36c33e1ee6
commit
e89a1ae31c
@ -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…
x
Reference in New Issue
Block a user