From 06eb1d7341da44a31b21b79ee4f873d200133a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Mon, 19 Aug 2024 14:52:40 +0300 Subject: [PATCH] Word plugin installer: don't show progress window on repeat attempts to install (#4579) --- resource/word-processor-plugin-installer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/word-processor-plugin-installer.js b/resource/word-processor-plugin-installer.js index 1002a2152c..85a54000f8 100644 --- a/resource/word-processor-plugin-installer.js +++ b/resource/word-processor-plugin-installer.js @@ -104,7 +104,7 @@ ZoteroPluginInstaller.prototype = { } installationInProgress = true; try { - if (!this._addon.DISABLE_PROGRESS_WINDOW) { + if (!this._addon.DISABLE_PROGRESS_WINDOW && !this.failSilently) { this._progressWindow = Components.classes["@mozilla.org/embedcomp/window-watcher;1"] .getService(Components.interfaces.nsIWindowWatcher) .openWindow(null, "chrome://zotero/content/progressWindow.xhtml", '',