mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 06:54:11 +08:00
windows 下无法同时选择文件和文件夹
This commit is contained in:
parent
66709f94ad
commit
7c692858d2
@ -165,7 +165,7 @@ const commandTypes = {
|
||||
verify: rules => !!rules > 0 || "正则不能为空",
|
||||
tempPayload: () => window.convertFilePathToUtoolsPayload(utools.showOpenDialog({
|
||||
title: "需要处理的文件",
|
||||
properties: ['openFile', 'openDirectory', 'multiSelections']
|
||||
properties: ['openFile', 'multiSelections']
|
||||
}))
|
||||
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user