Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Change icon to Gc since Delete is gone in 2020 #290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class DeleteMongoDocumentAction extends AnAction implements DumbAware {
private final MongoResultPanel resultPanel;

public DeleteMongoDocumentAction(MongoResultPanel resultPanel) {
super("Delete", "Delete this document", AllIcons.Actions.Delete);
super("Delete", "Delete this document", AllIcons.Actions.Gc);
this.resultPanel = resultPanel;

if (SystemInfo.isMac) {
Expand Down