fix duplicate notification

This commit is contained in:
Araxeus
2021-04-01 15:50:26 +03:00
parent d73d0cf8ce
commit 2d534b0293
2 changed files with 1 additions and 2 deletions

View File

@ -64,7 +64,6 @@ module.exports = (win, options, refreshMenu) => [
{
label: "Choose download folder",
click: () => {
let result = dialog.showOpenDialogSync({
properties: ["openDirectory", "createDirectory"],
defaultPath: getFolder(options.downloadFolder),