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 {
|
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"})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user