Fix Microphone perms

This commit is contained in:
smartfridge 2021-05-06 11:11:13 +02:00
parent 40264c745a
commit ce7699bb4c
1 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,10 @@ app.whenReady().then(() => {
// Approves the permissions request
callback(true);
}
if (permission === "microphone") {
// Approves the permissions request
callback(true);
}
});
app.on("activate", function () {
// On macOS it's common to re-create a window in the app when the