Skip to content

Commit

Permalink
The quick assign tag action is already added to grapher views; declar…
Browse files Browse the repository at this point in the history
…e it.
  • Loading branch information
tinevez committed Nov 11, 2024
1 parent 45968d1 commit 2f88ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mastodon/ui/EditTagActions.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static class Descriptions extends CommandDescriptionProvider
{
public Descriptions()
{
super( KeyConfigScopes.MASTODON, KeyConfigContexts.TRACKSCHEME, KeyConfigContexts.BIGDATAVIEWER );
super( KeyConfigScopes.MASTODON, KeyConfigContexts.TRACKSCHEME, KeyConfigContexts.BIGDATAVIEWER, KeyConfigContexts.GRAPHER );
}

@Override
Expand Down

0 comments on commit 2f88ed2

Please sign in to comment.