mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 19:38:24 +00:00
fix: Fixed the download animation appearing on all the windows, b=(closes #8247), c=no-component
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user