Explorar o código

disable saving noconfirm value

Jguer %!s(int64=7) %!d(string=hai) anos
pai
achega
e0dc149c76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"`
 }