fix(downloader): call submenu

This commit is contained in:
JellyBrick
2023-12-02 06:39:33 +09:00
parent 51b87312c4
commit 0ce4f20ec5
4 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,6 @@ import is from 'electron-is';
export const getFolder = (customFolder: string) =>
customFolder || app.getPath('downloads');
export const defaultMenuDownloadLabel = 'Download playlist';
export const sendFeedback = (win: BrowserWindow, message?: unknown) => {
win.webContents.send('downloader-feedback', message);