startup: in the usual weird logic, mark startupFSM complete from startup_done()

this disconnects the startupFSM from signals it should no longer
handle, even if its existence continues as a leak (noted
elsewhere in the code).
This commit is contained in:
Paul Davis 2023-11-14 11:03:09 -07:00
parent 729eb60de3
commit f5af821aba

View File

@ -731,6 +731,8 @@ ARDOUR_UI::startup_done ()
_status_bar_visibility.update ();
BootMessage (string_compose (_("%1 is ready for use"), PROGRAM_NAME));
startup_fsm->set_complete ();
}
void