You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Linux versions of WebCord have a notification that appears a new version of WebCord is available.
The Windows versions of WebCord, ex WebCord-win32-x64-4.5.0.zip do not have this popup when a new version is released.
Suggestions
Add a notification like the Linux versions of WebCord to inform the user when an update is available.
Example of Linux:
The text was updated successfully, but these errors were encountered:
I think this is actually more a bug than lack of implementation. I honestly dunno why this works differently on Windows, but since it seems the entire update check is failing, I would blame the net API in Electron for returning an info that there's no network connection (since this prevents from check to happen at the first place) or failures around fetch API.
I'll probably add some verbose logging to it and test it on Windows.
Description
The Linux versions of WebCord have a notification that appears a new version of WebCord is available.
The Windows versions of WebCord, ex
WebCord-win32-x64-4.5.0.zip
do not have this popup when a new version is released.Suggestions
Add a notification like the Linux versions of WebCord to inform the user when an update is available.
Example of Linux:
The text was updated successfully, but these errors were encountered: