mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Default popup choices to "No"
This commit is contained in:
parent
46c0e83127
commit
12ecc02899
1 changed files with 2 additions and 0 deletions
|
@ -574,6 +574,7 @@ function checkNewContent() {
|
|||
dialog.showMessageBox({
|
||||
type: 'question',
|
||||
buttons: ['Yes', 'No'],
|
||||
defaultId: 1,
|
||||
title: 'New home content',
|
||||
message: 'A newer version of the home content set is available.\nDo you wish to update?'
|
||||
}, function(idx) {
|
||||
|
@ -581,6 +582,7 @@ function checkNewContent() {
|
|||
dialog.showMessageBox({
|
||||
type: 'warning',
|
||||
buttons: ['Yes', 'No'],
|
||||
defaultId: 1,
|
||||
title: 'Are you sure?',
|
||||
message: 'Updating with the new content will remove all your current content and settings and place them in a backup folder.\nAre you sure?'
|
||||
}, function(idx) {
|
||||
|
|
Loading…
Reference in a new issue