Compare commits
7 Commits
b56199fe8b
...
1.0.0
Author | SHA1 | Date | |
---|---|---|---|
597e9f75cf | |||
26827d5ccd
|
|||
24446559b4 | |||
a053ffbed6 | |||
40848a70a5 | |||
f17104595d | |||
24d80779ee |
@@ -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)
|
||||
|
Reference in New Issue
Block a user