We no longer need early exit since default is not to edit

Closes #4569
This commit is contained in:
David Heinemeier Hansson
2026-02-17 12:07:47 +01:00
parent b573a37e33
commit 01d7296616

View File

@@ -32,7 +32,6 @@ open_editor() {
if [[ "$SCREENSHOT_EDITOR" == "satty" ]]; then
satty --filename "$filepath" \
--output-filename "$filepath" \
--early-exit \
--actions-on-enter save-to-clipboard \
--save-after-copy \
--copy-command 'wl-copy'