Skip to content

Commit

Permalink
add support button
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Aug 30, 2024
1 parent 8e598c4 commit 6fdd5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ func main() {
})
})
tree.Add(p, func(w *core.Button) {
w.SetText("Contact").SetIcon(icons.Mail)
w.SetText("Support").SetIcon(icons.Help)
w.OnClick(func(e events.Event) {
core.MessageDialog(w, "contact@cogentcore.org", "Contact us via email at")
pg.Context.OpenURL("/support")
})
})
})
Expand Down

0 comments on commit 6fdd5af

Please sign in to comment.