1
Fork 0

Open the options page in dev.

This commit is contained in:
Bauke 2023-06-11 16:47:33 +02:00
parent ebb365223a
commit beba5e7d39
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if ($browser === "firefox") {
}
browser.runtime.onInstalled.addListener(async () => {
if (!$dev) {
if ($dev) {
await browser.runtime.openOptionsPage();
}
});