-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Update Download Status to UI #1356
Comments
Looks electron-updater allows us to do that But that will be a fair bit of code to get it working (we need to keep the dialog opened to display the status I suppose, or display it in the app somewhere else?) |
Also, not sure if our eletron-updater version is recent enough to have that change. We might need to upgrade it |
I used ipcRenderer and webContents.send communication from electron's API, so now this is a working concept: #3089 |
I just updated to v1.3.1 on Mac via the "update available" prompt when I started Session. After clicking the button to download the update, the update was downloaded in the background. I wasn't sure for a minute if it was working or not since there was no notice on the UI.
I think it could be a nice enhancement just to add a small alert/notice to the UI to let the user know that an update is in the process of downloading.
The text was updated successfully, but these errors were encountered: