Skip to content

Commit

Permalink
use RunMainWindow instead of StartMainWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jan 24, 2024
1 parent 9e9a05e commit 0e27da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ func main() {
b := gi.NewAppBody("Cogent Core")
gi.NewLabel(b).SetType(gi.LabelHeadlineLarge).SetText("Cogent Core")
gi.NewLabel(b).SetText("A free and open source software ecosystem for all platforms, built around a powerful, fast, and cogent core framework allowing you to Code Once, Run Everywhere.")
b.StartMainWindow()
b.RunMainWindow()

Check failure on line 13 in main.go

View workflow job for this annotation

GitHub Actions / build

b.RunMainWindow undefined (type *gi.Body has no field or method RunMainWindow)
}

0 comments on commit 0e27da4

Please sign in to comment.