We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eecb6c commit a80939eCopy full SHA for a80939e
source/Extension.svelte
@@ -49,8 +49,8 @@
49
<button type="button" class="ext-name" on:click={toggleExtension} on:contextmenu>
50
<img alt="" src={getIcon(icons, 16)}>{name}
51
</button>
52
- {#if showExtras || (optionsUrl && enabled)}
53
- <a href='chrome://extensions/?options={id}' title={getI18N('gotoOpt')} on:click={openInTab}>
+ {#if optionsUrl && enabled}
+ <a href={optionsUrl} title={getI18N('gotoOpt')} on:click={openInTab}>
54
<img src="icons/options.svg" alt="">
55
</a>
56
{/if}
0 commit comments