1
0
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:
Kris Maglione
2014-02-16 15:15:26 -08:00
parent 62f3b69e48
commit a3a33df9a2
3 changed files with 5 additions and 5 deletions

View File

@@ -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();
}
},