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;
|
showingAutoUpdateCloseAlert = true;
|
||||||
dialog.showMessageBox({
|
dialog.showMessageBox({
|
||||||
type: "info",
|
type: "info",
|
||||||
title: "LBRY Will Upgrade",
|
title: "LBRY will upgrade",
|
||||||
message: "Please select \"Yes\" at the upgrade prompt shown after the app closes.",
|
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.
|
// After the user approves the dialog, we can quit once and for all.
|
||||||
|
|
Loading…
Add table
Reference in a new issue