From 82f1ea86b15db1424ed62fa86283769a857b4110 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 12 Oct 2025 16:57:28 -0400 Subject: [PATCH] Fix removals in all tweaks mode --- removals.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/removals.go b/removals.go index 782f347..9be7a90 100644 --- a/removals.go +++ b/removals.go @@ -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"}) }