Skip to content

Commit

Permalink
fix command name to not include plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
glowingjade committed Oct 12, 2024
1 parent 6d068a4 commit ad1bba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class SmartCopilotPlugin extends Plugin {
// This adds a simple command that can be triggered anywhere
this.addCommand({
id: 'open-chat-view',
name: 'Open Smart Composer',
name: 'Open chat',
callback: () => this.openChatView(),
})

Expand Down

0 comments on commit ad1bba7

Please sign in to comment.