diff --git a/app/renderer/editor.js b/app/renderer/editor.js index 6d986ee..2d9aa10 100644 --- a/app/renderer/editor.js +++ b/app/renderer/editor.js @@ -1221,7 +1221,6 @@ class GuideEditor { { label: 'Capture full screen', action: () => this.captureStep('fullscreen') }, { label: 'Capture window', action: () => this.captureStep('window') }, { label: 'Capture region…', action: () => this.captureStep('region') }, - { label: 'Capture after 3 s delay', action: () => this.captureStep('fullscreen', 3000) }, 'sep', { label: 'Paste image as step', action: () => this.pasteClipboardStep() }, { label: 'Import images…', action: () => this.importImageSteps() }, diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c85c546..4685d64 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -96,8 +96,8 @@ Initial release. Existing Workspace (guide library), and Settings. The brand button returns to the welcome screen from any view. - Capture menu in the editor topbar: full screen / window / region / - 3-second delay, paste image as step, import images, and capture - session start/finish — capture no longer requires the global hotkey. + paste image as step, import images, and capture session start/finish + — capture no longer requires the global hotkey. - Continuous capture sessions: steps are grabbed on every OS click where the platform supports it (xinput on X11, PowerShell on Windows), with interval auto-capture (3/5/10 s) as the always-works fallback when