mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-09-05 16:47:32 -04:00
Capitalize "back" and "all" in menus
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import (
|
||||
func applications() {
|
||||
for {
|
||||
var doAll bool
|
||||
choice := front.InputMenuGen("Application to install:", []string{"back", "all", "pamac-aur", "yay-bin", "htop", "neovim", "virt-manager (also installs qemu-desktop+libvirt)", "librewolf-bin", "zed", "steam"})
|
||||
choice := front.InputMenuGen("Application to install:", []string{"BACK", "ALL", "pamac-aur", "yay-bin", "htop", "neovim", "virt-manager (also installs qemu-desktop+libvirt)", "librewolf-bin", "zed", "steam"})
|
||||
switch choice {
|
||||
case 1:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user