mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[PR #1095] [MERGED] Added trigger delay option for after interaction snap fires #1307
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#1307
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?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/1095
Author: @mitchcapper
Created: 4/5/2022
Status: ✅ Merged
Merged: 4/30/2022
Merged by: @NickeManarin
Base:
feature/1101-capture-trigger-delay← Head:support_trigger_delay_pr📝 Commits (1)
25fc241Added trigger delay option for after interaction snap fires📊 Changes
7 files changed (+34 additions, -0 deletions)
View changed files
📝
ScreenToGif.Util/Settings/UserSettings.cs(+9 -0)📝
ScreenToGif/Controls/BaseScreenRecorder.cs(+10 -0)📝
ScreenToGif/Resources/Localization/StringResources.en.xaml(+2 -0)📝
ScreenToGif/Resources/Settings.xaml(+1 -0)📝
ScreenToGif/Windows/NewRecorder.xaml.cs(+3 -0)📝
ScreenToGif/Windows/Options.xaml(+5 -0)📝
ScreenToGif/Windows/Recorder.xaml.cs(+4 -0)📄 Description
This gives the option to wait X ms after it would normally snap a frame to do the frame capture. Could be useful if you are waiting for a menu to load, or tooltip, etc.
Closes #1101
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.