mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 10:55:43 +08:00
发送文本默认使用hideMainWindowPasteText以保持更好的兼容性
This commit is contained in:
@@ -48,7 +48,7 @@ const outputTypes = {
|
||||
label: "发送到活动窗口",
|
||||
icon: "web_asset",
|
||||
outPlugin: true,
|
||||
action: result => window.utools.hideMainWindowTypeString(result)
|
||||
action: result => window.utools.hideMainWindowPasteText(result)
|
||||
},
|
||||
notice: {
|
||||
name: "notice",
|
||||
|
||||
Reference in New Issue
Block a user