Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 11e90f5

Browse files
authored
DEV: Hide proofreading shortcut in toolbar title (#1360)
1 parent b817810 commit 11e90f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/javascripts/initializers/ai-helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function initializeAiHelperTrigger(api) {
2727
icon: "discourse-sparkles",
2828
title: "discourse_ai.ai_helper.context_menu.trigger",
2929
preventFocus: true,
30+
hideShortcutInTitle: true,
3031
shortcut: "ALT+P",
3132
shortcutAction: (toolbarEvent) => {
3233
if (toolbarEvent.getText().length === 0) {

0 commit comments

Comments
 (0)