mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #700] Enhancement: Button on the Capture Window to Discard Capture #570
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#570
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RickStrahl on GitHub (Aug 3, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/700
I find myself wasting a lot of time when capturing a screen capture and messing it up (which I do often 😄).
Right now I have to:
Since this happens so often it would be really nice if there was a 'Delete' or 'Discard' button next to the stop button to throw out the current capture without having to go through all these steps that take roughly 10-15 seconds.
@NickeManarin commented on GitHub (Aug 4, 2020):
Hi @RickStrahl
The discard button appears only when the recording is paused.
@RickStrahl commented on GitHub (Aug 4, 2020):
Oh - never occurred to me to pause and discard. I guess that works, but unintuitive (at least to me) since I never pause. Still think that it would be nice to just have a discard button on the toolbar always visible. Once I know I need to start over, I just want to get going as quickly as possible again. In my workflow it generally takes me 4-5 takes before I get the one I want so any extra clicks and waits here make things faster.
Not a big deal, the pause/discard is reasonable enough.
@NickeManarin commented on GitHub (Aug 5, 2020):
I don't remember why I set to display that only when paused when implementing that feature.
I can guess that maybe it's related to the fact that the action has no confirmation dialog yet.
I'm going to add a confirmation dialog and I'm going to change a bit the UX.
@RickStrahl commented on GitHub (Aug 5, 2020):
That's great. I think there's probably a lot of people like me who don't get things right the first time 😃
Thanks!
@NickeManarin commented on GitHub (Aug 21, 2020):
Done.
It's optional and disabled by default, but it can be enabled by going to Options > Recorder > Interface > Display the discard button.