From 5a47ba4110c614d027b940d0aba06365c4280087 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sat, 15 Jun 2024 01:02:14 -0700 Subject: [PATCH] Update UIDesktop.js --- src/UI/UIDesktop.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/UI/UIDesktop.js b/src/UI/UIDesktop.js index 0b7ca3ef..6ccf2051 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){