Skip to content

Commit

Permalink
* fixed: idea 2023.3 -- missing RoboVM menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimitsa committed Dec 11, 2023
1 parent d2adb2f commit 5ac3527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/idea/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</module-components>

<actions>
<group id="org.robovm.idea.Menu" text="RoboVM" description="RoboVM menu">
<group id="org.robovm.idea.Menu" text="RoboVM" description="RoboVM menu" popup="true">
<add-to-group group-id="MainMenu" anchor="after" relative-to-action="ToolsMenu"/>

<action id="org.robovm.idea.create-ipa" class="org.robovm.idea.actions.CreateIpaAction" text="Create IPA"
Expand Down

0 comments on commit 5ac3527

Please sign in to comment.