Merge branch 'main' into export_changes

This commit is contained in:
2026-06-15 13:11:35 -05:00
+1 -1
View File
@@ -282,7 +282,7 @@ class StepForgeApp {
}, s.paused ? 'Start recording' : 'Stop recording');
this.captureStatus.append(
el('span', { title: `Capture session — ${trigger}` }, `Rec - ${trigger}`),
el('span', { title: `Capture session — ${trigger}` }, `Recording - ${trigger}`),
pauseBtn,
);
}