Skip to content

Commit

Permalink
fix: 移除多余描述
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafYeeXYZ committed Aug 27, 2024
1 parent 76d3a7a commit 6dc3564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function Toolbar(): JSX.Element {
})
.catch(() => {
messageApi!.destroy()
messageApi!.error('导出失败, 请检查是否正确安装了 Chrome 浏览器')
messageApi!.error('导出失败')
})
.finally(() => setDisabled(false))
}}
Expand Down

0 comments on commit 6dc3564

Please sign in to comment.