Skip to content

Commit

Permalink
Change the location of the Mastodon Launcher within the Fiji plugin menu
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann authored and tinevez committed Oct 10, 2024
1 parent a558a14 commit c7db90a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.scijava.command.ContextCommand;
import org.scijava.plugin.Plugin;

@Plugin( type = Command.class, menuPath = "Plugins>Mastodon" )
@Plugin( type = Command.class, menuPath = "Plugins>Tracking>Mastodon>Mastodon Launcher" )
public class MastodonLauncherCommand extends ContextCommand
{

Expand Down

0 comments on commit c7db90a

Please sign in to comment.