Window title updated to "GUI for FFmpeg".

This commit is contained in:
Leonid Nikitin 2025-06-14 22:46:00 +05:00
parent b56199fe8b
commit 26827d5ccd
Signed by: kor-elf
GPG Key ID: DAB5355A11C22541

View File

@ -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)