🎨 Improve desktop boot interface

This commit is contained in:
Daniel 2023-06-22 21:40:19 +08:00
parent 97ff59398f
commit 7b52e846df
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@
window.location.replace(uri)
}
(async () => {
document.getElementById('details').textContent = 'Booting...'
document.getElementById('details').textContent = 'Booting kernel...'
let progressing = false
while (!progressing) {
try {