mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02:00
Add title to quit dialog
This commit is contained in:
parent
ef7d60687b
commit
3377217273
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue