Bladeren bron

Update UIDesktop.js

Nariman Jelveh 11 maanden geleden
bovenliggende
commit
5a47ba4110
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  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){