Add title to quit dialog

This commit is contained in:
Ryan Huffman 2016-01-08 14:57:03 -08:00
parent ef7d60687b
commit 3377217273

View file

@ -47,6 +47,7 @@ function shutdown() {
var idx = dialog.showMessageBox({ var idx = dialog.showMessageBox({
type: 'question', type: 'question',
buttons: ['Yes', 'No'], buttons: ['Yes', 'No'],
title: 'High Fidelity',
message: 'Are you sure you want to quit?' message: 'Are you sure you want to quit?'
}); });
if (idx == 0) { if (idx == 0) {