Browse Source

Enable clean menu by default

I swear set this to true before merging 8430c41 but apparently I didnt.
morganamilo 6 years ago
parent
commit
065efdbcc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -171,7 +171,7 @@ func defaultSettings(config *Configuration) {
 	config.AnswerUpgrade = ""
 	config.GitClone = true
 	config.Provides = true
-	config.CleanMenu = false
+	config.CleanMenu = true
 	config.DiffMenu = true
 	config.EditMenu = false
 }