Wednesday, February 22, 2023
1 change · master
Resolved issues and error corrections
The Studio navigation bar now removes actions like "Edit Menu" and "New Model" when users return to the Studio home menu. This prevents confusing options from appearing in the wrong context and makes the Studio experience more consistent.
Original PR description
Be in studio, editing some view. On the navbar, click on the button to go to the studio home menu. Before this commit, the buttons "Edit Menu" and "New Model" were still present. This was because the registry was not listened to at the right time. After this commit, the buttons are removed as they should be if one switches from editing a view to the studio home menu.