Skip to content

Commit 9aef427

Browse files
authored
Update main.js
1 parent 0ba34a0 commit 9aef427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const template = [
192192
{ type: 'separator' },
193193
//{ role: 'quit' },
194194
{
195-
label: 'Quit',
195+
label: 'Exit',
196196
click: () => {
197197
kill(serverProcess); // just making sure shutdown api is called
198198
app.quit(); // close the application

0 commit comments

Comments
 (0)