Open the options page in dev.
This commit is contained in:
parent
ebb365223a
commit
beba5e7d39
|
@ -15,7 +15,7 @@ if ($browser === "firefox") {
|
|||
}
|
||||
|
||||
browser.runtime.onInstalled.addListener(async () => {
|
||||
if (!$dev) {
|
||||
if ($dev) {
|
||||
await browser.runtime.openOptionsPage();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue