forked from ZenBrowserMirrors/zen-desktop
fix: Fixed the download animation appearing on all the windows, b=(closes #8247), c=no-component
This commit is contained in:
parent
641d4d0f87
commit
90876532b9
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#handleNewDownload() {
|
#handleNewDownload() {
|
||||||
if (!Services.prefs.getBoolPref('zen.downloads.download-animation')) {
|
if (
|
||||||
|
!Services.prefs.getBoolPref('zen.downloads.download-animation') ||
|
||||||
|
!ZenMultiWindowFeature.isActiveWindow
|
||||||
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue