Made it so that files for conversion are added to the queue.

This commit is contained in:
2025-06-08 20:42:43 +05:00
parent df8095fb16
commit 29ca392880
6 changed files with 171 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ type controller struct {
func NewController(app application.AppContract) ControllerContract {
fyneWindow := app.FyneApp().NewWindow(app.FyneApp().Metadata().Name)
queueLayout := window.NewQueueLayout()
queueLayout := window.NewQueueLayout(app.GetFFmpegService())
app.GetQueueService().AddListener(queueLayout)
return &controller{