Window title updated to "GUI for FFmpeg".
This commit is contained in:
		@@ -19,7 +19,7 @@ type controller struct {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func NewController(app application.AppContract) ControllerContract {
 | 
					func NewController(app application.AppContract) ControllerContract {
 | 
				
			||||||
	fyneWindow := app.FyneApp().NewWindow(app.FyneApp().Metadata().Name)
 | 
						fyneWindow := app.FyneApp().NewWindow("GUI for FFmpeg")
 | 
				
			||||||
	fyneWindow.SetMaster()
 | 
						fyneWindow.SetMaster()
 | 
				
			||||||
	queueLayout := window.NewQueueLayout(app.GetFFmpegService())
 | 
						queueLayout := window.NewQueueLayout(app.GetFFmpegService())
 | 
				
			||||||
	app.GetQueueService().AddListener(queueLayout)
 | 
						app.GetQueueService().AddListener(queueLayout)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user