diff --git a/src/UI/UIDesktop.js b/src/UI/UIDesktop.js index 0b7ca3ef8..6ccf20510 100644 --- a/src/UI/UIDesktop.js +++ b/src/UI/UIDesktop.js @@ -1035,11 +1035,11 @@ async function UIDesktop(options){ }) } - setInterval(() => { - UINotification({ - content: 'This is a notification', - }) - }, 1000); + // setInterval(() => { + // UINotification({ + // content: 'This is a notification', + // }) + // }, 1000); } $(document).on('contextmenu taphold', '.taskbar', function(event){