Skip to content

Commit 4d9223f

Browse files
committed
(1.0.4) Change the reset-on-new-window preference to default to false, now that it resets on application quit anyway
1 parent b11672c commit 4d9223f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ that's open will be able to get access to your microphone, camera, and screen!
1414
So be sure to only turn it on when you need to use WebRTC, and turn it off
1515
once you're done with it.
1616

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

2221
NOTE: your first camera/screen/etc. will be chosen automatically. If you
2322
need to select a particular camera, mic, screen, or window to share, you'll

defaults/preferences/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pref("extensions.webrtc-permissions-ui-toggle.notify-type", "non-modal");
2-
pref("extensions.webrtc-permissions-ui-toggle.reset-on-new-window", true);
2+
pref("extensions.webrtc-permissions-ui-toggle.reset-on-new-window", false);

0 commit comments

Comments
 (0)