hard-code autoclick for now

This commit is contained in:
Ilya Kreymer 2024-12-06 15:12:00 -08:00
parent 3f887e9622
commit 34f515b67d

View file

@ -708,6 +708,8 @@ class ArgParser {
argv.behaviors.forEach((x: string) => (behaviorOpts[x] = true));
behaviorOpts.log = BEHAVIOR_LOG_FUNC;
behaviorOpts.startEarly = true;
// for now, always enable autoclick
behaviorOpts.autoclick = true;
argv.behaviorOpts = JSON.stringify(behaviorOpts);
} else {
argv.behaviorOpts = "";