mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
Previously, the Test button would show "Stop" after the notification command started and remain visible even after the process exited, requiring an 8-second timeout fallback to reset. Now the component listens for the onCommandCompleted event and immediately resets to "Test" (via Success state) when the process exits naturally. The Stop button is only shown while the process is actively running.