Skip to content

Commit 6e20f2f

Browse files
committed
Fix plugin not dynamic due to missing id
1 parent 2355938 commit 6e20f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idea-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Allows to create organized icon pack with an extension property of you pack obje
3838
popup="true">
3939

4040
<separator/>
41-
<group>
41+
<group id="valkyrie.SubGroup">
4242
<action id="valkyrie.ImportFromAction"
4343
icon="com.intellij.icons.AllIcons.ToolbarDecorator.Import"
4444
class="io.github.composegears.valkyrie.action.ImportFromDirectoryOrFileAction"

0 commit comments

Comments
 (0)