Update CONTRIBUTING.md, mb 0.3.3

One last missing field added for #76.
This commit is contained in:
Harvey Tindall
2021-04-05 16:34:47 +01:00
parent f53c852a4d
commit e1d42c8a87
4 changed files with 16 additions and 44 deletions
+1
View File
@@ -1294,6 +1294,7 @@ func (app *appContext) ModifyConfig(gc *gin.Context) {
app.info.Println("Config modification requested")
var req configDTO
gc.BindJSON(&req)
// Load a new config, as we set various default values in app.config that shouldn't be stored.
tempConfig, _ := ini.Load(app.configPath)
for section, settings := range req {
if section != "restart-program" {