From 2b33ab9da8ff71189d4c39522cf9eaff00f5b0d7 Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Sat, 14 Jun 2025 22:12:33 +0500 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=BA=20=D0=BE=D0=BA=D0=BD=D0=B0=20=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BD=D0=B0=20=C2=ABGUI=20for?= =?UTF-8?q?=20FFmpeg=C2=BB.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/controller/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)