Remove icon from the Windows auto-update alert dialog shown on closing

This commit is contained in:
Alex Liebowitz 2018-01-08 15:53:48 -05:00
parent 3959d4aeee
commit cf3406f926

View file

@ -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.