add controller logic for visualizations and add to gear menu
This commit is contained in:
@@ -74,15 +74,6 @@ func main() {
|
||||
}
|
||||
|
||||
}()
|
||||
|
||||
myApp.LocalPlayer.SetPeaksEnabled(true)
|
||||
|
||||
peaks := fyneApp.NewWindow("Peak meter")
|
||||
meter := ui.NewPeakMeter(myApp.LocalPlayer.GetPeaks)
|
||||
peaks.SetContent(meter)
|
||||
meter.Start()
|
||||
peaks.Show()
|
||||
|
||||
mainWindow.ShowAndRun()
|
||||
|
||||
log.Println("Running shutdown tasks...")
|
||||
|
||||
Reference in New Issue
Block a user