Fix removals in all tweaks mode

This commit is contained in:
2025-10-12 16:57:28 -04:00
parent d778a4e37a
commit 82f1ea86b1
+1 -1
View File
@@ -8,7 +8,7 @@ func removals() {
for { for {
var choice int var choice int
if performAllTweaks { if performAllTweaks {
choice = 1 choice = 2
} else { } else {
choice = front.InputMenuGen("Application to remove:", []string{"BACK", "linux-cachyos-lts"}) choice = front.InputMenuGen("Application to remove:", []string{"BACK", "linux-cachyos-lts"})
} }