We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a201c58 commit c82d3d5Copy full SHA for c82d3d5
1 file changed
src/components/navbar.tsx
@@ -864,6 +864,10 @@ function NavBar({ layoutref }: NavBarProps) {
864
} catch (err) {
865
console.log(err);
866
}
867
+ // When returning from the execute switch back to RUN mode. This happens when the program ends
868
+ // naturaly.
869
+ setRunning(false);
870
+ broadcastRunningState(false);
871
872
873
const handlePowerSwitchOK = async () => {
0 commit comments