Describe the bug
When i add 2 command runners to a button and have one run one each second.
Pressing the button actually stops the auto runner.
My goal here what o make a mute button that always shows the current mic status (Muted / Unmuted).
So i have a script that toggles my mic and one that prints the status.
So i have the status on auto-run.
Now if i don't press the button, it shows the active state of the mic, I can mute it in the settings works fine.
But on press the auto-run stops.
To Reproduce
Steps to reproduce the behavior:
- Add run action to button
- Enable auto run
- Press that button
- Auto run is now stopped until you go to a other page then back
Expected behavior
Auto run should keep on auto-running even if the button is pressed
Describe the bug
When i add 2 command runners to a button and have one run one each second.
Pressing the button actually stops the auto runner.
My goal here what o make a mute button that always shows the current mic status (Muted / Unmuted).
So i have a script that toggles my mic and one that prints the status.
So i have the status on auto-run.
Now if i don't press the button, it shows the active state of the mic, I can mute it in the settings works fine.
But on press the auto-run stops.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Auto run should keep on auto-running even if the button is pressed