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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user