Skip to content

Commit

Permalink
Core Editor: Remove "..." from the "Add Element" menu item as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadelessFox committed Apr 24, 2024
1 parent 2ab1dd4 commit 638ce6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import static com.shade.decima.ui.menu.MenuConstants.*;

@MenuItemRegistration(parent = CTX_MENU_CORE_EDITOR_ID, name = "Add Element\u2026", icon = "Action.addElementIcon", keystroke = "alt INSERT", group = CTX_MENU_CORE_EDITOR_GROUP_EDIT_ARRAY, order = 1000)
@MenuItemRegistration(parent = CTX_MENU_CORE_EDITOR_ID, name = "Add Element", icon = "Action.addElementIcon", keystroke = "alt INSERT", group = CTX_MENU_CORE_EDITOR_GROUP_EDIT_ARRAY, order = 1000)
public class AddElementItem extends MenuItem {
@Override
public void perform(@NotNull MenuItemContext ctx) {
Expand Down

0 comments on commit 638ce6b

Please sign in to comment.