Skip to content

Commit ab2c150

Browse files
committed
Use the standard OK button
1 parent 9a99fa4 commit ab2c150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main-process/menus/shortcuts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ app.on('ready', function () {
99
type: 'info',
1010
message: 'Success!',
1111
detail: 'You pressed the registered global shortcut keybinding.',
12-
buttons: ['Yay']
12+
buttons: ['OK']
1313
})
1414
})
1515
})

0 commit comments

Comments
 (0)