Skip to content

Commit

Permalink
use default icon
Browse files Browse the repository at this point in the history
  • Loading branch information
VISTALL committed May 24, 2023
1 parent 9bea3fe commit 9203b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ public void setSelected(AnActionEvent event, boolean flag) {

private final class ShowModuleGrouping extends ToggleAction {
public ShowModuleGrouping() {
super("Module grouping", "Module grouping", AllIcons.ObjectBrowser.ShowModules);
super("Module grouping", "Module grouping", AllIcons.Actions.GroupByModule);
}

public boolean isSelected(AnActionEvent event) {
Expand Down

0 comments on commit 9203b9b

Please sign in to comment.