Correct some writing and add check for unknown/unsupported bootloader

This commit is contained in:
HikariKnight 2023-04-12 14:28:13 +02:00
parent 756f974071
commit 5a1e4c78ed
2 changed files with 12 additions and 2 deletions

View file

@ -72,7 +72,7 @@ func (m *model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
// Blank the password field
m.authDialog.SetValue("")
fmt.Println("Working... Application frozen until done, check debug.log for progress")
fmt.Println(titleStyle.Render("Working... Application frozen until done, check debug.log for progress"))
// Start installation and send the password to the command
m.install()