diff --git a/chrome/content/zotero/xpcom/progressWindow.js b/chrome/content/zotero/xpcom/progressWindow.js index 6849ac3e21..20c97a8b84 100644 --- a/chrome/content/zotero/xpcom/progressWindow.js +++ b/chrome/content/zotero/xpcom/progressWindow.js @@ -128,7 +128,7 @@ Zotero.ProgressWindow = function (options = {}) { if (_window) { _progressWindow = _window.openDialog("chrome://zotero/content/progressWindow.xhtml", - "", "chrome,dialog=no,titlebar=no,alwaysontop=yes"); + "", "chrome,dialog=no,titlebar=no,dependent=yes"); _window.addEventListener('close', () => { this.close(); });