Remove icon from the Windows auto-update alert dialog shown on closing
This commit is contained in:
parent
3959d4aeee
commit
cf3406f926
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ app.on('before-quit', event => {
|
|||
showingAutoUpdateCloseAlert = true;
|
||||
dialog.showMessageBox({
|
||||
type: "info",
|
||||
title: "LBRY Will Upgrade",
|
||||
title: "LBRY will upgrade",
|
||||
message: "Please select \"Yes\" at the upgrade prompt shown after the app closes.",
|
||||
}, () => {
|
||||
// After the user approves the dialog, we can quit once and for all.
|
||||
|
|
Loading…
Reference in a new issue