Index: gc_lang/fr/webext/content_scripts/panel.js ================================================================== --- gc_lang/fr/webext/content_scripts/panel.js +++ gc_lang/fr/webext/content_scripts/panel.js @@ -66,11 +66,11 @@ } _createButtons () { let xButtonLine = oGrammalecte.createNode("div", {className: "grammalecte_panel_commands"}); xButtonLine.appendChild(this.xWaitIcon); - if (this.sId === "grammalecte_gc_panel") { + if (this.sId === "grammalecte_gc_panel" && !bThunderbird) { this.xClipboardButton = this._createCopyButton(); xButtonLine.appendChild(this.xClipboardButton); } if (this.bFlexible) { this.xWidthButton = this._createMoveButton("changeWidth", " ", "Étendre en largeur");