Remove delayed capture menu item
Template tests / tests (push) Successful in 1m43s

This commit is contained in:
2026-06-13 14:59:27 -05:00
parent 356334dd3e
commit 6c2c837a83
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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() },