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",
"update-downloaded",
"userDownloadCompleted",
"userDownloadOpen",
"userDownloadAction",
];
interface ISource {