fix: onboarding back button

This commit is contained in:
leonardotrapani
2026-02-02 11:36:19 +01:00
parent add870e183
commit 35f6c1d818
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ func showNextSteps(cfg *config.Config, onboarding bool) {
fmt.Printf("%d. Restart the service to apply changes: systemctl --user restart hyprvoice.service\n", step)
step++
} else if onboarding {
fmt.Printf("%d. Start the service: systemctl --user start hyprvoice.service\n", step)
fmt.Printf("%d. Enable the service: systemctl --user enable --now hyprvoice.service\n", step)
step++
} else {
fmt.Printf("%d. Start the service if it is not running\n", step)