diff --git a/ts/background.ts b/ts/background.ts index f2d04f25f8..e7a41662bb 100644 --- a/ts/background.ts +++ b/ts/background.ts @@ -1154,7 +1154,7 @@ export async function startApp(): Promise { (key === 'l' || key === 'L') ) { const button = document.querySelector( - '.module-ConversationHeader__more-button' + '.module-ConversationHeader__button--more' ); if (!button) { return;