We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5793077 + 6f6678c commit 256c328Copy full SHA for 256c328
src/scripts/disable-mouse.js
@@ -19,6 +19,6 @@ module.exports = {
19
}, 1);
20
}, wait * 1000);
21
22
- console.log('Random mouse movement loop is going to be activated in ' + wait + ' second(s), trololol...');
+ console.log('Mouse will be disabled in ' + wait + ' second(s), trololol...');
23
}
24
};
0 commit comments