From f0611a50b5630003daac0986acba12e8d1945923 Mon Sep 17 00:00:00 2001 From: Twest2 Date: Sat, 13 Jun 2026 14:35:20 -0500 Subject: [PATCH] Remove issue 4 capture toast --- app/renderer/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/renderer/editor.js b/app/renderer/editor.js index 310a086..6d986ee 100644 --- a/app/renderer/editor.js +++ b/app/renderer/editor.js @@ -1322,7 +1322,6 @@ class GuideEditor { async startCaptureSession() { await api.capture.session({ action: 'start', guideId: this.guideId }); - this.onToast('Capture session ready — click "Start recording" in the red bar when you\'re set.'); this.emitMeta(); }