Merge pull request #193 from 1129921824/master

优化-全局快捷键优化及提示信息更正错别字
This commit is contained in:
木偶
2023-06-24 15:04:13 +08:00
committed by GitHub
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();
});
});