From c7db90a959ba207fb787055df2d602a6349dbcd5 Mon Sep 17 00:00:00 2001 From: Stefan Hahmann Date: Wed, 9 Oct 2024 18:12:04 +0200 Subject: [PATCH] Change the location of the Mastodon Launcher within the Fiji plugin menu --- .../org/mastodon/mamut/launcher/MastodonLauncherCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/mastodon/mamut/launcher/MastodonLauncherCommand.java b/src/main/java/org/mastodon/mamut/launcher/MastodonLauncherCommand.java index a6a0850df..73f30192d 100644 --- a/src/main/java/org/mastodon/mamut/launcher/MastodonLauncherCommand.java +++ b/src/main/java/org/mastodon/mamut/launcher/MastodonLauncherCommand.java @@ -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 {