From cf3406f926d93e59720e837c39fb358592b76ea3 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Mon, 8 Jan 2018 15:53:48 -0500 Subject: [PATCH] Remove icon from the Windows auto-update alert dialog shown on closing --- src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 5d6b4b451..bc7945245 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -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.