-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 496 #497
base: master
Are you sure you want to change the base?
Fix 496 #497
Conversation
src/js/options.js
Outdated
@@ -37,9 +37,15 @@ if(micAccess) { | |||
audio: true | |||
}, (stream) => { | |||
stream.getTracks().forEach(track => track.stop()); | |||
displayNotification('success', ' Mic Access Granted', 1000); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the extra blank line
src/js/options.js
Outdated
@@ -77,31 +83,31 @@ if(getVoice) { | |||
if(submitThemeColor) { | |||
submitThemeColor.addEventListener("click",()=>{ | |||
localStorage.setItem("theme",theme); | |||
alert("Success"); | |||
}); | |||
displayNotification('info', 'Theme successfully changed', 1000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please make the indentation consistent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do the requested changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the conflicts, else LGTM 👍
c72c74e
to
6766b29
Compare
@ms10398 Done Now. |
@ms10398 @stealthanthrax Please review. |
@ms10398 @mariobehling Please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@hkedia321 Please approve this also. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try to combine the changes done in #495 with this, looks almost same @sk9331657
Fixes #496
Checklist
master
branch.Changes proposed in this pull request: