From 418d0b159e61e71997c7e43ab499b1f7e3efdedc Mon Sep 17 00:00:00 2001 From: Embbnux Ji Date: Mon, 4 Mar 2024 16:12:56 +0800 Subject: [PATCH] fix: open to dialer no number issue (#84) --- main.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/main.js b/main.js index eae5ab7..e925161 100644 --- a/main.js +++ b/main.js @@ -290,7 +290,6 @@ if (!singleInstanceLock) { if (!mainWindow) { return; } - dialerReady = false; numberToDialer = null; mainWindow.close(); }); diff --git a/package.json b/package.json index bbe4ff4..dde0ab5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ringcentral-embeddable-voice-app", "description": "A RingCentral phone desktop client, built with RingCentral Embeddable and Electron", - "version": "0.3.0", + "version": "0.3.1", "main": "main.js", "license": "MIT", "author": {