Skip to content

Commit 7a7e221

Browse files
committed
🐛 修复更新日志通知不自动关闭
1 parent 06c3ef7 commit 7a7e221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/service/system/manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export class SystemManager extends Manager {
8282
chrome.tabs.create({
8383
url: `https://docs.scriptcat.org/docs/change/#${ExtVersion}`,
8484
});
85+
chrome.notifications.clear(nid);
8586
clearTimeout(tm);
8687
};
8788
tm = setTimeout(() => {

0 commit comments

Comments
 (0)