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