mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-08-27 20:36:32 -04:00
Fix removals in all tweaks mode
This commit is contained in:
+1
-1
@@ -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"})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user