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 {
var choice int
if performAllTweaks {
choice = 1
choice = 2
} else {
choice = front.InputMenuGen("Application to remove:", []string{"BACK", "linux-cachyos-lts"})
}