From 2562119bad4005a358c78463c198e39ca65fb39f Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Tue, 13 Oct 2020 21:47:22 +0200 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=AF=BC=E5=85=A5=E6=BA=90?= =?UTF-8?q?=E6=97=B6multiSelections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditSites.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EditSites.vue b/src/components/EditSites.vue index 3cddf3c..edd7778 100644 --- a/src/components/EditSites.vue +++ b/src/components/EditSites.vue @@ -222,7 +222,7 @@ export default { { name: 'Normal text file', extensions: ['txt'] }, { name: 'All types', extensions: ['*'] } ], - properties: ['openFile'] + properties: ['openFile', 'multiSelections'] } remote.dialog.showOpenDialog(options).then(result => { if (!result.canceled) {