mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-02 18:49:41 +08:00
⚡ Perf(custom): add memory monitor and optimiz memory usage
This commit is contained in:
@@ -70,7 +70,6 @@ export const showNotification = (
|
||||
const notification = new Notification({
|
||||
title: options.title,
|
||||
body: options.body
|
||||
// icon: options.icon || undefined
|
||||
})
|
||||
const handleClick = () => {
|
||||
if (options.clickToCopy) {
|
||||
|
||||
Reference in New Issue
Block a user