feat: Add button to force reinstall Northstar#154
Conversation
Useful for reinstalling Northstar after installing a developer version.
|
Note that it doesn't update the version number displayed on the main / PlayView and I kinda don't know how to get it to update ^^" |
Alystrasz
left a comment
There was a problem hiding this comment.
Looks good and works fine on Windows.
Could you add UI feedback to acknowledge FlightCore is currently reinstalling Northstar?
Currently, when you click the button, nothing happens on the interface.
Any idea how I can implement that in a quick way in a few lines of code? ^^ At the very least I could show a notification when it's done if that's enough. |
Given that's a developer feature, a notification when starting downloading and a notification when it's done should do the trick :) |
Sends a notification to indicate that reinstall process has started and sends a second one once the process has finished/failed while also clearing the old notification.
Done as suggested in af881ad ^^ |
Alystrasz
left a comment
There was a problem hiding this comment.
LGTM.
Confirmed working on Windows.
Useful for reinstalling Northstar after installing a developer version.
Closes #153