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
download: Show in-app notification on downlaoding a file.
Fixes#1371.
We do not accept a filePath from the web app when recieving the event to
show the file in a folder, since that could introduce securithy
vulnerabilies. We store the latest downloaded file path instead in a
variable. Only one in-app notification is active at a time, so storing
the latest file path is enough for out use case.
0 commit comments