From 856181f5306cc03faea30fe84126c8604ccc67c4 Mon Sep 17 00:00:00 2001 From: Daniel Triendl Date: Mon, 3 Oct 2022 09:50:41 +0200 Subject: [PATCH] =?UTF-8?q?Search=20window=20wurde=20nicht=20immer=20hinzu?= =?UTF-8?q?gef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 77ba41a..4e44d69 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ console.log('script start') const search = new Search() // eslint-disable-next-line no-undef -waitForKeyElements('ongoing-call-button', (element) => { search.createSearchWindow(element) }, true) +waitForKeyElements('ongoing-call-button', (element) => { search.createSearchWindow(element) }, false) const callNotification = new CallNotification() // eslint-disable-next-line no-undef