Show "New folder" in mac dialog

pull/699/head
Mikael Finstad 5 years ago
parent 36b1056b56
commit 9a98797758
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -85,7 +85,7 @@ export async function askForYouTubeInput() {
export async function askForOutDir(defaultPath) {
const { filePaths } = await dialog.showOpenDialog({
properties: ['openDirectory'],
properties: ['openDirectory', 'createDirectory'],
defaultPath,
title: i18n.t('Where do you want to save output files?'),
message: i18n.t('Where do you want to save output files? Make sure there is enough free space in this folder'),

Loading…
Cancel
Save