mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix missing type declaration warning in svelte template
This commit is contained in:
@@ -317,16 +317,16 @@
|
|||||||
data: { deviceId: device.id }
|
data: { deviceId: device.id }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function openOptionsPage() {
|
||||||
|
browser.runtime.openOptionsPage();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if !isBridgeCompatible}
|
{#if !isBridgeCompatible}
|
||||||
<div class="banner banner--warn">
|
<div class="banner banner--warn">
|
||||||
{_("popupBridgeErrorBanner")}
|
{_("popupBridgeErrorBanner")}
|
||||||
<button
|
<button on:click={openOptionsPage}>
|
||||||
on:click={() => {
|
|
||||||
browser.runtime.openOptionsPage();
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{_("popupBridgeErrorBannerOptions")}
|
{_("popupBridgeErrorBannerOptions")}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user