From 764a5e0a0004209844de4e8081c1361dfde38450 Mon Sep 17 00:00:00 2001 From: hensm Date: Sat, 10 Sep 2022 18:36:19 +0100 Subject: [PATCH] Fix missing type declaration warning in svelte template --- ext/src/ui/popup/Popup.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/src/ui/popup/Popup.svelte b/ext/src/ui/popup/Popup.svelte index 3093b2f..20afe4b 100644 --- a/ext/src/ui/popup/Popup.svelte +++ b/ext/src/ui/popup/Popup.svelte @@ -317,16 +317,16 @@ data: { deviceId: device.id } }); } + + function openOptionsPage() { + browser.runtime.openOptionsPage(); + } {#if !isBridgeCompatible}