Skip to content

Commit 9a99fa4

Browse files
committed
Use a detail message in dialog
1 parent 39dedbb commit 9a99fa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main-process/menus/shortcuts.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ app.on('ready', function () {
77
globalShortcut.register('CommandOrControl+Alt+K', function () {
88
dialog.showMessageBox({
99
type: 'info',
10-
message: 'Success! You pressed the registered global shortcut keybinding.',
10+
message: 'Success!',
11+
detail: 'You pressed the registered global shortcut keybinding.',
1112
buttons: ['Yay']
1213
})
1314
})

0 commit comments

Comments
 (0)