Skip to content

Commit

Permalink
Move function 'Export label image using ellipsoids' from Plugins > Ex…
Browse files Browse the repository at this point in the history
…ports menu to File > Export menu
  • Loading branch information
stefanhahmann committed Oct 10, 2024
1 parent c047fa8 commit 95d814c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void setAppPluginModel( final ProjectModel projectModel )
public List< ViewMenuBuilder.MenuItem > getMenuItems()
{
return Collections.singletonList(
menu( "Plugins", menu( "Exports", item( EXPORT_LABEL_IMAGE_USING_ELLIPSOIDS ) ) ) );
menu( "File", menu( "Export", item( EXPORT_LABEL_IMAGE_USING_ELLIPSOIDS ) ) ) );
}

@Override
Expand Down

0 comments on commit 95d814c

Please sign in to comment.