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 ...@@ -390,6 +390,7 @@ chrome.runtime.onMessage.addListener(async function (message, sender, sendRespon
if (counter <= 0) { if (counter <= 0) {
clearInterval(overlayInterval) clearInterval(overlayInterval)
startingOverlay.remove() startingOverlay.remove()
startingOverlay = null
return return
} }
startingOverlay.innerHTML = ` startingOverlay.innerHTML = `
......
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Tutor Shot Test", "name": "Tutor Shot Local",
"version": "1.4", "version": "1.4",
"description": "Capture web-page screenshots instantly with a single click. They're saved to your account at http://localhost:3039.", "description": "Capture web-page screenshots instantly with a single click. They're saved to your account at http://localhost:3039.",
"permissions": [ "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