mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-01 05:35:49 +01:00
Fix bugs.
This commit is contained in:
@@ -1314,7 +1314,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
M: ["Always show messages outside of the status line"]
|
||||
},
|
||||
setter: function (opts) {
|
||||
if (loaded.commandline || ~opts.indexOf("c"))
|
||||
if (loaded.has("commandline") || ~opts.indexOf("c"))
|
||||
commandline.widgets.updateVisibility();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user