mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:28:00 +01:00
Closes issue #488.
This commit is contained in:
@@ -1602,7 +1602,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
M: ["Always show messages outside of the status line"]
|
||||
},
|
||||
setter: function (opts) {
|
||||
if (loaded.commandline)
|
||||
if (loaded.commandline || ~opts.indexOf("c"))
|
||||
commandline.widgets.updateVisibility();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user