소스 검색

Update UIDesktop.js

Nariman Jelveh 11 달 전
부모
커밋
5a47ba4110
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/UI/UIDesktop.js

+ 5 - 5
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){