🎨 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

@ -52,7 +52,7 @@ var (
)
func Boot() {
IncBootProgress(3, "Booting...")
IncBootProgress(3, "Booting kernel...")
rand.Seed(time.Now().UTC().UnixNano())
initMime()
initHttpClient()