MAS: remove default download location (#2070)
This commit is contained in:
@@ -368,7 +368,7 @@ function initializeAfterAppReady() {
|
||||
}
|
||||
item.setSaveDialogOptions({
|
||||
title: filename,
|
||||
defaultPath: path.resolve(Config.downloadLocation, filename),
|
||||
defaultPath: Config.downloadLocation ? path.resolve(Config.downloadLocation, filename) : undefined,
|
||||
filters,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user