Skip to content

Commit

Permalink
Fix the problem of Custom Prompt disappearing (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
obiscr committed May 12, 2023
1 parent 828e99a commit cf4bbba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
class="com.obiscr.chatgpt.ui.action.editor.Prompt1Action"/>
<action id="Prompt2Action" class="com.obiscr.chatgpt.ui.action.editor.Prompt2Action"
icon="/icons/toolWindow.svg" />
<action id="Prompt3Action" icon="/icons/toolWindow.svg"
class="com.obiscr.chatgpt.ui.action.editor.Prompt3Action">
<action id="Prompt3Action" class="com.obiscr.chatgpt.ui.action.editor.Prompt3Action"
icon="/icons/toolWindow.svg" />
<action id="CustomAction" icon="/icons/toolWindow.svg"
class="com.obiscr.chatgpt.ui.action.editor.CustomAction">
<keyboard-shortcut keymap="$default" first-keystroke="control shift Q"/>
</action>
<separator/>
Expand Down

0 comments on commit cf4bbba

Please sign in to comment.