Skip to content

Commit

Permalink
稼働率ログを停止の設定が保存できない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
twsnmp committed Dec 11, 2024
1 parent 5b5c50d commit 9f88afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapi/mapconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func postMapConf(c echo.Context) error {
datastore.MapConf.IconSize = mc.IconSize
datastore.MapConf.AutoCharCode = mc.AutoCharCode
datastore.MapConf.ArpWatchRange = mc.ArpWatchRange
datastore.MapConf.DisableOperLog = mc.DisableOperLog
if err := datastore.SaveMapConf(); err != nil {
return echo.ErrBadRequest
}
Expand Down

0 comments on commit 9f88afc

Please sign in to comment.