Made Show in popup always toggleable https://github.com/libredirect/browser_extension/issues/995
This commit is contained in:
parent
823af5a0a3
commit
ef4bc14882
|
@ -94,7 +94,6 @@
|
|||
/>
|
||||
</Row>
|
||||
|
||||
<div style={!serviceOptions.enabled && "pointer-events: none;opacity: 0.4;user-select: none;"}>
|
||||
<Row>
|
||||
<Label>{browser.i18n.getMessage("showInPopup") || "Show in popup"}</Label>
|
||||
<Checkbox
|
||||
|
@ -111,6 +110,7 @@
|
|||
/>
|
||||
</Row>
|
||||
|
||||
<div style={!serviceOptions.enabled && "pointer-events: none;opacity: 0.4;user-select: none;"}>
|
||||
<Row>
|
||||
<Label>
|
||||
<a href={frontendWebsite} style="text-decoration: underline;" target="_blank" rel="noopener noreferrer">
|
||||
|
|
Loading…
Reference in New Issue