@ -134,7 +160,7 @@ class MainWindow(TemplateMainWindow):
self.ui.actionRedo.setVisible(False)
self.ui.menuEdit.menuAction().setVisible(False)
self.start()#Starts the engine, starts the eventLoop, shows the GUI, or not, depends on the NSM gui save setting. We need to call that after the menu, otherwise the about dialog will block and then we get new menu entries, which looks strange.
self.start(additionalData={"autoconnectMixer":autoconnectMixer})#Starts the engine, starts the eventLoop, shows the GUI, or not, depends on the NSM gui save setting. We need to call that after the menu, otherwise the about dialog will block and then we get new menu entries, which looks strange.
#There is so much going on in the engine, we never reach a save status on load.
#Here is the crowbar-method.
@ -164,6 +190,13 @@ class MainWindow(TemplateMainWindow):