Skip to content

Commit

Permalink
Follow up commit to resolve #223
Browse files Browse the repository at this point in the history
  • Loading branch information
ke-d committed Jan 10, 2018
1 parent ad6c022 commit ac7c946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const createActiveModeAlarm = () => {
})
);
alarmFlag = false;
}, 100);
}, 500);
} else if (browserDetect() === "Firefox" || (browserDetect() === "Chrome" && seconds >= 60)) {
browser.alarms.create("activeModeAlarm", {
delayInMinutes: minutes
Expand Down

0 comments on commit ac7c946

Please sign in to comment.