mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 16:23:16 +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({
|
||||
type: 'question',
|
||||
buttons: ['Yes', 'No'],
|
||||
title: 'High Fidelity',
|
||||
message: 'Are you sure you want to quit?'
|
||||
});
|
||||
if (idx == 0) {
|
||||
|
|
Loading…
Reference in a new issue