Skip to content

Commit 6305461

Browse files
committed
fyne-ui: update chat window title to "Mercury Client"
1 parent 71e9f88 commit 6305461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui_interface/fyne-ui/mercury_chat_window.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type chatWindow struct {
4848
}
4949

5050
func (cw *chatWindow) build(app fyne.App, telemetry telemetryState) {
51-
cw.win = app.NewWindow("Mercury Client - Chat")
51+
cw.win = app.NewWindow("Mercury Client")
5252

5353
cw.myCall = widget.NewEntry()
5454
cw.myCall.SetText(defaultCall(telemetry.UserCallsign, "NOCALL"))

0 commit comments

Comments
 (0)