From cdfdb69763dc12a6f6b6bfeffc10524b9cb48434 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 23 Oct 2019 09:51:08 +0200 Subject: [PATCH] Update CopyRawMessage.plugin.js --- Plugins/CopyRawMessage/CopyRawMessage.plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/CopyRawMessage/CopyRawMessage.plugin.js b/Plugins/CopyRawMessage/CopyRawMessage.plugin.js index 1bfe40c8ef..4e373a2c46 100644 --- a/Plugins/CopyRawMessage/CopyRawMessage.plugin.js +++ b/Plugins/CopyRawMessage/CopyRawMessage.plugin.js @@ -67,6 +67,7 @@ class CopyRawMessage { children: [ BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.ContextMenuItem, { label: BDFDB.LanguageUtils.LanguageStrings.COPY_TEXT + " (Raw)", + hint: BDFDB.BdUtils.isPluginEnabled("MessageUtilities") ? BDFDB.BdUtils.getPlugin("MessageUtilities").getActiveShortcutString("Copy_Raw") : null, className: `BDFDB-contextMenuItem ${this.name}-contextMenuItem ${this.name}-copyraw-contextMenuItem`, action: e => { BDFDB.closeContextMenu(menu);