Closed ghost closed 3 years ago
@Kyberal Hi! Welcome!
Thanks for reporting this. I believe you've found a bug. 😅 The .None
case is not being handled when the user update window is closed.
Had to fix this in multiple UI packages and in the core library. The WinForms UI frontend was working already.
The bug fix has been pushed out in the following NuGet package: 2.0.0-preview20210314001
Using UIFactory for WinForms. I want to know when the user closes the "Update Available" window. I have subscribed to the "UserRespondedToUpdate" event. The "UpdateAvailableResult.None" event result doesn't works.
Is this a bug or am I doing it wrong? Or is there even a way to detect when a "SparkleUpdater" has all it's windows closed?
Thanks!