#Toolbar, which needs the widgets above already established
self._populateToolbar()
@ -140,6 +141,9 @@ class MainWindow(TemplateMainWindow):
#However, we need the engine to be ready.
self.chooseCurrentTrack(api.session.data.tracks[0].export())#By Grabthar's hammer, by the suns of Worvan, what a hack! #TODO: Access to the sessions data structure directly instead of api. Not good. Getter function or api @property is cleaner.