gophers: change title

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-03-31 12:46:08 +02:00
parent aa4d478172
commit b65820c9b0
+1 -1
View File
@@ -122,7 +122,7 @@ func main() {
err := app.CreateWindow(app.WindowOptions{
Width: ui.Dp(400),
Height: ui.Dp(800),
Title: "Gopher Chat",
Title: "Gophers",
})
if err != nil {
log.Fatal(err)