hook up back button
This commit is contained in:
parent
bcf499a7d1
commit
ade0eb8f8b
@ -31,6 +31,9 @@
|
|||||||
})
|
})
|
||||||
back (Gtk.Button {
|
back (Gtk.Button {
|
||||||
:label "<-"
|
:label "<-"
|
||||||
|
:on_clicked (fn [s]
|
||||||
|
(if (webview:can_go_back)
|
||||||
|
(webview:go_back)))
|
||||||
})]
|
})]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user