mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-08-27 20:36:32 -04:00
Capitalize "back" and "all" in menus
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import (
|
||||
func configurations() {
|
||||
for {
|
||||
var doAll bool
|
||||
choice := front.InputMenuGen("Custom config:", []string{"back", "all", "shell profile", "zshrc", "neovim", "zed", "makepkg", "pacman"})
|
||||
choice := front.InputMenuGen("Custom config:", []string{"BACK", "ALL", "shell profile", "zshrc", "neovim", "zed", "makepkg", "pacman"})
|
||||
switch choice {
|
||||
case 1:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user