From c59ae342fcd79b33494d9e684e17fec60deef96a Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 4 Dec 2023 16:52:44 -0800 Subject: [PATCH] Show window on click of incoming group call notification --- ts/windows/main/phase1-ipc.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/windows/main/phase1-ipc.ts b/ts/windows/main/phase1-ipc.ts index 0c401e8e8..a84666db5 100644 --- a/ts/windows/main/phase1-ipc.ts +++ b/ts/windows/main/phase1-ipc.ts @@ -312,6 +312,7 @@ ipc.on('authorize-art-creator', (_event, info) => { }); ipc.on('start-call-lobby', (_event, { conversationId }) => { + window.IPC.showWindow(); window.reduxActions?.calling?.startCallingLobby({ conversationId, isVideoCall: true,