优化-全局快捷键优化及提示信息更正错别字

This commit is contained in:
sunyuqiang
2023-06-24 11:35:03 +08:00
parent 1dfb39c2e7
commit 7802d359c4
2 changed files with 31 additions and 33 deletions

View File

@@ -84,7 +84,7 @@ const registerHotKey = (mainWindow: BrowserWindow): void => {
data &&
new Notification({
title: '截图完成',
body: '截图存储到系统剪贴板中',
body: '截图存储到系统剪贴板中',
}).show();
});
});