mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 20:25:54 +03:00
[GH-ISSUE #20] Ignoring updates does not work #19
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#19
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 @clechasseur on GitHub (Oct 5, 2017).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/20
When the software update form appears, choosing "Ignore this update" will fail to save the ignored update and thus, the update will be offered again a week later.
@clechasseur commented on GitHub (Oct 5, 2017):
This is the problem:
https://github.com/clechasseur/pathcopycopy/blob/master/PathCopyCopySettings/Core/UserSettings.cs#L482
I think that simply calling
ToString()would work.@sambuev commented on GitHub (Oct 18, 2017):
Yes, very annoying, had to update it on Windows 10
@clechasseur commented on GitHub (Nov 27, 2017):
Fixed in
master, will be part of the next release.