Skip to content

Commit

Permalink
Try to add an icon to the launcher command.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Oct 14, 2024
1 parent c19c5ab commit ce5c777
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
import org.scijava.command.ContextCommand;
import org.scijava.plugin.Plugin;

@Plugin( type = Command.class, menuPath = "Plugins>Tracking>Mastodon>Mastodon Launcher" )
@Plugin(
type = Command.class,
menuPath = "Plugins>Tracking>Mastodon>Mastodon Launcher",
iconPath = "../../app/mastodon-logo-32x32.png" )
public class MastodonLauncherCommand extends ContextCommand
{

Expand Down

0 comments on commit ce5c777

Please sign in to comment.