mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Update UIDesktop.js
This commit is contained in:
parent
f047c6b738
commit
5a47ba4110
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user