Skip to content

Commit

Permalink
fix: open to dialer no number issue (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Mar 4, 2024
1 parent da7c327 commit 418d0b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ if (!singleInstanceLock) {
if (!mainWindow) {
return;
}
dialerReady = false;
numberToDialer = null;
mainWindow.close();
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 418d0b1

Please sign in to comment.