mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +01:00
Do away with services.(get|create), and move the prefs module to its own file.
This commit is contained in:
@@ -666,8 +666,8 @@ const CommandLine = Module("commandline", {
|
||||
}
|
||||
|
||||
if ((flags & this.ACTIVE_WINDOW) &&
|
||||
window != services.get("windowWatcher").activeWindow &&
|
||||
services.get("windowWatcher").activeWindow.dactyl)
|
||||
window != services.windowWatcher.activeWindow &&
|
||||
services.windowWatcher.activeWindow.dactyl)
|
||||
return;
|
||||
|
||||
if ((flags & this.DISALLOW_MULTILINE) && !this.widgets.mowContainer.collapsed)
|
||||
|
||||
Reference in New Issue
Block a user