Fix microphone permission checking for audio recording

See [#5580][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5580
This commit is contained in:
David Sanders 2021-10-27 11:16:09 -05:00 committed by Evan Hahn
parent 1dc353f089
commit 79b3b6408e
8 changed files with 69 additions and 43 deletions

2
ts/window.d.ts vendored
View file

@ -160,7 +160,7 @@ declare global {
QRCode: any;
removeSetupMenuItems: () => unknown;
showPermissionsPopup: () => unknown;
showPermissionsPopup: () => Promise<void>;
FontFace: typeof FontFace;
_: typeof Underscore;