program finalizat
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
document.addEventListener('DOMContentLoaded', async function () {
|
||||
await new Promise(resolve => setTimeout(resolve, 7000));
|
||||
window.electronAPI.changeContent('login');
|
||||
});
|
||||
Reference in New Issue
Block a user