Made it so that files for conversion are added to the queue.
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user