Added json tag for read_only whitelist

master
xSmurf 10 years ago
parent f528915910
commit 953528cddb

@ -64,7 +64,7 @@ type XServerConf struct {
type WhitelistItem struct { type WhitelistItem struct {
Path string Path string
ReadOnly bool ReadOnly bool `json:"read_only"`
} }
type BlacklistItem struct { type BlacklistItem struct {

Loading…
Cancel
Save