hook up back button

phoen
Daniel Barlow 2022-02-05 12:35:42 +00:00
parent bcf499a7d1
commit ade0eb8f8b
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
})
back (Gtk.Button {
:label "<-"
:on_clicked (fn [s]
(if (webview:can_go_back)
(webview:go_back)))
})]