Fix open button for downloads not working due to ipc filtering (#295)

This commit is contained in:
Michael Telatynski 2022-01-10 11:35:23 +00:00 committed by GitHub
parent 99ce48be8c
commit 531dde8bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ const CHANNELS = [
"setBadgeCount", "setBadgeCount",
"update-downloaded", "update-downloaded",
"userDownloadCompleted", "userDownloadCompleted",
"userDownloadOpen", "userDownloadAction",
]; ];
interface ISource { interface ISource {