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