Skip to content

Commit

Permalink
(1.0.4) Change the reset-on-new-window preference to default to false…
Browse files Browse the repository at this point in the history
…, now that it resets on application quit anyway
  • Loading branch information
IsaacSchemm committed Jan 31, 2017
1 parent b11672c commit 4d9223f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ that's open will be able to get access to your microphone, camera, and screen!
So be sure to only turn it on when you need to use WebRTC, and turn it off
once you're done with it.

Opening a new browser window will turn off the permissions dialog override,
unless you disable this behavior in the extension preferences. (Closing the
entire application, or uninstalling the extension, will always turn off the
override.)
Closing the entire application, or uninstalling the extension, will always
turn off the override. If you want, you can also have it turn off whenever a
new browser window is opened.

NOTE: your first camera/screen/etc. will be chosen automatically. If you
need to select a particular camera, mic, screen, or window to share, you'll
Expand Down
2 changes: 1 addition & 1 deletion defaults/preferences/defaults.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pref("extensions.webrtc-permissions-ui-toggle.notify-type", "non-modal");
pref("extensions.webrtc-permissions-ui-toggle.reset-on-new-window", true);
pref("extensions.webrtc-permissions-ui-toggle.reset-on-new-window", false);

0 comments on commit 4d9223f

Please sign in to comment.