Capitalize "back" and "all" in menus

This commit is contained in:
2025-09-28 03:33:15 -04:00
parent e618084bc6
commit b6a80753e9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
func removals() {
for {
var doAll bool
choice := front.InputMenuGen("Application to remove:", []string{"back", "all", "linux-cachyos-lts"})
choice := front.InputMenuGen("Application to remove:", []string{"BACK", "ALL", "linux-cachyos-lts"})
var target string
switch choice {
case 1: