Skip to content

Commit

Permalink
updated to use new Toolbar.AppChooser method
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Feb 16, 2024
1 parent 3624556 commit ee08c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glide/page.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (pg *Page) AppBar(tb *gi.Toolbar) {
})

// TODO(kai/abc)
// ch := tb.ChildByName("app-chooser").(*gi.AppChooser)
// ch := tb.AppChooser()
// ch.AllowNew = true
// ch.ItemsFunc = func() {
// ch.Items = make([]any, len(pg.History))
Expand Down

0 comments on commit ee08c4a

Please sign in to comment.