mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:47:58 +01:00
Move some messages to properties file. Local and modules directories still to be done.
This commit is contained in:
@@ -704,7 +704,7 @@ var CommandLine = Module("commandline", {
|
||||
messageCount: 0,
|
||||
echo: function echo(data, highlightGroup, flags) {
|
||||
// dactyl.echo uses different order of flags as it omits the highlight group, change commandline.echo argument order? --mst
|
||||
if (this._silent)
|
||||
if (this._silent || !this.widgets)
|
||||
return;
|
||||
|
||||
this.messageCount++;
|
||||
|
||||
Reference in New Issue
Block a user