Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit d4bf970

Browse files
committed
Fix close of browserWindow
1 parent 0270041 commit d4bf970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/browserWindow.service.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function buildBrowserTemplate(browserWin) {
5656
click: () => saveFileToFolder(browserWin)
5757
},
5858
{
59-
role: 'exit'
59+
role: 'close'
6060
}
6161
]
6262
},

0 commit comments

Comments
 (0)