Skip to content

Commit

Permalink
splashscreen delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Llandy3d committed Mar 7, 2024
1 parent ef15570 commit 1a6abbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/splashscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
document.addEventListener("DOMContentLoaded", () => {
setTimeout(() => {
invoke("show_splashscreen");
}, 500);
}, 1500);
});
</script>
</head>
Expand Down

0 comments on commit 1a6abbc

Please sign in to comment.