chore: fix ESlint

This commit is contained in:
Jelle Glebbeek
2021-07-03 21:43:52 +02:00
parent 2b7ae5e3e1
commit 7d040ad7cc
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ function startCriticalHandlers(env) {
win.webContents.send("downloadShortcut");
});
// Restore the videos from last session
//Restore the videos from last session
ipcMain.handle("restoreTaskList", () => {
taskList.restore()
});

View File

@@ -38,7 +38,7 @@ async function init() {
linkCopied = args.copied;
});
// Verify the url when the addShortcut gets used
//Verify the url when the addShortcut gets used
window.main.receive("addShortcut", (link) => {
verifyURL(link);
})