Skip to content

Commit 95cec35

Browse files
committed
Increased notification time
1 parent 619ce8f commit 95cec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
// Reload the extension one second later
531531
setTimeout(() => {
532532
browserAPI.runtime.reload();
533-
}, 100);
533+
}, 500);
534534
}
535535
});
536536

0 commit comments

Comments
 (0)