mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 20:17:59 +01:00
Refactor download listeners a bit.
This commit is contained in:
@@ -757,8 +757,7 @@ var CommandLine = Module("commandline", {
|
||||
}
|
||||
|
||||
if ((flags & this.ACTIVE_WINDOW) &&
|
||||
window != services.windowWatcher.activeWindow &&
|
||||
services.windowWatcher.activeWindow.dactyl)
|
||||
window != overlay.activeWindow)
|
||||
return;
|
||||
|
||||
if ((flags & this.DISALLOW_MULTILINE) && !this.widgets.mowContainer.collapsed)
|
||||
|
||||
Reference in New Issue
Block a user