diff --git a/internal/controller/main.go b/internal/controller/main.go index 8d75dc9..e6f0e75 100644 --- a/internal/controller/main.go +++ b/internal/controller/main.go @@ -19,7 +19,7 @@ type controller struct { } func NewController(app application.AppContract) ControllerContract { - fyneWindow := app.FyneApp().NewWindow(app.FyneApp().Metadata().Name) + fyneWindow := app.FyneApp().NewWindow("GUI for FFmpeg") fyneWindow.SetMaster() queueLayout := window.NewQueueLayout(app.GetFFmpegService()) app.GetQueueService().AddListener(queueLayout)