Skip to content

Commit

Permalink
Turn off workspace menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKroes committed Nov 25, 2024
1 parent 52d60a4 commit fe86de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ManiVault/src/private/FileMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ void FileMenu::populate()
addAction(&projects().getEditProjectSettingsAction());
addAction(&projects().getPublishAction());
addMenu(projects().getRecentProjectsAction().getMenu());
addSeparator();
addMenu(Application::core()->getWorkspaceManager().getMenu());
//addSeparator();
//addMenu(Application::core()->getWorkspaceManager().getMenu());
addSeparator();
addMenu(&projects().getImportDataMenu());
addSeparator();
Expand Down

0 comments on commit fe86de5

Please sign in to comment.