1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-19 05:03:49 +02:00
This commit is contained in:
TheGreyDiamond
2020-12-26 23:27:34 +01:00
parent 53be9a8566
commit 08d4b47e0a
3 changed files with 22 additions and 10 deletions

View File

@ -231,6 +231,8 @@
console.log(val)
ipcRenderer.sendSync("synchronous-message", "SESSION:createNew| " + val);
}
setInterval(function(){console.log(ipcRenderer.sendSync("synchronous-message", "SESSION:getAll" ));}, 5000)
</script>
</body>
</html>