Current implementation notifies on successful downloads and ask users to restart the application manually.
However it would be better to provide users with a restart functionality once download is done.
Points to consider:
- Installer don't support running application after install by default and this should be manually added to them.
- We need to consider restoring app state before restart (Open tabs, current logs, etc...)
- Restart should be explicitly clicked by users and not run automatically after download
Current implementation notifies on successful downloads and ask users to restart the application manually.
However it would be better to provide users with a restart functionality once download is done.
Points to consider: