Added json tag for read_only whitelist

master
xSmurf 9 years ago
parent f528915910
commit 953528cddb

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

Loading…
Cancel
Save