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 }
|
||||
});
|
||||
}
|
||||
|
||||
function openOptionsPage() {
|
||||
browser.runtime.openOptionsPage();
|
||||
}
|
||||
</script>
|
||||
|
||||
{#if !isBridgeCompatible}
|
||||
<div class="banner banner--warn">
|
||||
{_("popupBridgeErrorBanner")}
|
||||
<button
|
||||
on:click={() => {
|
||||
browser.runtime.openOptionsPage();
|
||||
}}
|
||||
>
|
||||
<button on:click={openOptionsPage}>
|
||||
{_("popupBridgeErrorBannerOptions")}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user