Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit b9aa66e

Browse files
committed
Feat: set default port
1 parent fd8a232 commit b9aa66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func main() {
4747
statusLabel := uiw.NewMyLabel(STOPPED_TEXT)
4848
statusLabel.SetFontSize(12)
4949

50-
tipLabel := uiw.NewMyLabel("")
50+
tipLabel := uiw.NewMyLabel("端口: 23333")
5151
tipLabel.SetFontSize(12)
5252
tipLabelWrapper := container.New(layout.NewHBoxLayout(), tipLabel.Canvas)
5353
operationButton := widget.NewButton("启动后台程序", nil)

0 commit comments

Comments
 (0)