mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 14:45:45 +01:00
not display the command when autocommand triggered
This commit is contained in:
@@ -272,7 +272,7 @@ function AutoCommands() //{{{
|
||||
}
|
||||
else
|
||||
{
|
||||
liberator.execute(commands.replaceTokens(autoCmd.command, args));
|
||||
liberator.execute(commands.replaceTokens(autoCmd.command, args),null,true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user