-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call cancelled/dismissed callbacks when user closes window
Make sure that the callback function set with win_sparkle_set_update_cancelled_callback() is called even when the user just closes the window without clicking any button. Previously, this wouldn't be done. Do the same for the similar win_sparkle_set_update_dismissed_callback(). Document the difference between the two more clearly. Fixes #127, fixes #271.
- Loading branch information
Showing
2 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters