nits, fixes

This commit is contained in:
Anton Bracke
2022-02-22 18:10:36 +01:00
parent 732acb25df
commit 6b97cbfc17
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ export function emitMuteToggle() {
throw new Error("Main window not found");
}
appView.webContents.send("app:on-camera-toggle");
appView.webContents.send("app:on-mute-toggle");
}
export function emitCameraToggle() {
@@ -22,7 +22,7 @@ export function emitCameraToggle() {
throw new Error("Main window not found");
}
appView.webContents.send("app:on-mute-toggle");
appView.webContents.send("app:on-camera-toggle");
}
export default () => {