1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 12:52:28 +01:00

Dont display "replaying" unless playing back a macro

This commit is contained in:
Kris Maglione
2008-10-12 15:57:54 +00:00
parent 7a61111e35
commit afcd5cbaeb
2 changed files with 18 additions and 15 deletions

View File

@@ -400,9 +400,10 @@ const liberator = (function () //{{{
var i = count;
var beforeTime = Date.now();
liberator.interrupted = false;
if (args && args[0] == ":")
{
while (i--)
while (i-- && !liberator.interrupted)
liberator.execute(args);
}
else