mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
bugfix
This commit is contained in:
@@ -478,8 +478,8 @@ export default {
|
||||
});
|
||||
let stringifyCommands = JSON.stringify(commandsToExport);
|
||||
if (saveAsFile) {
|
||||
window.saveFile(stringifyCommands, options);
|
||||
quickcommand.showMessageBox("导出成功!");
|
||||
window.saveFile(stringifyCommands, options) &&
|
||||
quickcommand.showMessageBox("导出成功!");
|
||||
} else {
|
||||
utools.copyText(stringifyCommands);
|
||||
}
|
||||
|
Reference in New Issue
Block a user