Skip to content

Commit

Permalink
fix: change server window title
Browse files Browse the repository at this point in the history
  • Loading branch information
chabad360 committed Nov 5, 2021
1 parent 117f105 commit b7cbba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (

func gui() {
a := app.New()
w := a.NewWindow("Resolume Timecode Server")
w := a.NewWindow("Timecode Monitor Server")

infoLabel := widget.NewLabel("Server Stopped")

Expand Down

0 comments on commit b7cbba1

Please sign in to comment.