Commit 9302afe2 by ramdayalmunda

counter when starting recording will be displayed on the second recording also

parent a04c153d
......@@ -390,6 +390,7 @@ chrome.runtime.onMessage.addListener(async function (message, sender, sendRespon
if (counter <= 0) {
clearInterval(overlayInterval)
startingOverlay.remove()
startingOverlay = null
return
}
startingOverlay.innerHTML = `
......
{
"manifest_version": 3,
"name": "Tutor Shot Test",
"name": "Tutor Shot Local",
"version": "1.4",
"description": "Capture web-page screenshots instantly with a single click. They're saved to your account at http://localhost:3039.",
"permissions": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment