Update CopyRawMessage.plugin.js

This commit is contained in:
Mirco Wittrien 2019-10-23 09:51:08 +02:00
parent b6c29f1f5e
commit cdfdb69763
1 changed files with 1 additions and 0 deletions

View File

@ -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);