mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[PR #644] [MERGED] [RFC] suppress TargetNullValue on .mp4 extension #1168
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#1168
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/644
Author: @bNobo
Created: 4/26/2020
Status: ✅ Merged
Merged: 4/29/2020
Merged by: @NickeManarin
Base:
master← Head:fix_issue_639📝 Commits (1)
06a82besuppress TargetNullValue on .mp4 extension📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
ScreenToGif/Windows/Editor.xaml(+1 -1)📄 Description
a null value in
LatestVideoExtensionuser settings will make user settings saving crash and Settings.xaml emptied.When
TargetNullValueis set to ".mp4" value,LatestVideoExtensionis set to "null" when the value ".mp4" is selected in the combo box. ThenUserSettings.Savemethod will crash with aNullReferenceException.I don't see the point of setting it to null so I think the simplier fix is to remove
TargetNullValueon the binding.Closes #639
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.