Browse Source

disable saving noconfirm value

Jguer 7 years ago
parent
commit
e0dc149c76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -35,7 +35,7 @@ type Configuration struct {
 	SortMode      int    `json:"sortmode"`
 	SudoLoop      bool   `json:"sudoloop"`
 	TimeUpdate    bool   `json:"timeupdate"`
-	NoConfirm     bool   `json:"noconfirm"`
+	NoConfirm     bool   `json:"-"`
 	Devel         bool   `json:"devel"`
 	CleanAfter    bool   `json:"cleanAfter"`
 }