mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
[Toolkit] Attempt to initialize DownloadTaskbarProgress when onDownloadWindowLoad() is called so that DownloadTaskbarProgress from the Downloads Manager window works when the application doesn't explicitly invoke onBrowserWindowLoad().
This commit is contained in:
parent
ba00d14c12
commit
dbf1d0b5fa
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ this.DownloadTaskbarProgress =
|
|||
*/
|
||||
onDownloadWindowLoad: function DTP_onDownloadWindowLoad(aWindow)
|
||||
{
|
||||
this.init();
|
||||
if (!DownloadTaskbarProgressUpdater) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue