mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +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']
|
||||
}))
|
||||
|
||||
},
|
||||
@ -190,4 +190,4 @@ const commandTypes = {
|
||||
}
|
||||
}
|
||||
|
||||
export default commandTypes
|
||||
export default commandTypes
|
Loading…
x
Reference in New Issue
Block a user