Skip to content

Commit e211095

Browse files
committed
Change app title
1 parent 1bec7a1 commit e211095

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
@@ -153,7 +153,7 @@ func showPreviewWindow(filePath string, fyneApp fyne.App) {
153153

154154
func main() {
155155
fyneApp := app.NewWithID("1af17320-d9ef-4d2b-aae1-8226b14a177a")
156-
window := fyneApp.NewWindow("Hello")
156+
window := fyneApp.NewWindow("Large CSV Reader")
157157
window.Resize(fyne.NewSize(640, 480))
158158
window.SetMaster()
159159

0 commit comments

Comments
 (0)