Remove runtime OS check for excluding by attributes

This commit is contained in:
Gilbert Chen
2020-09-25 22:37:54 -04:00
parent 04a858b555
commit ace1ba5848
8 changed files with 44 additions and 38 deletions

View File

@@ -25,8 +25,8 @@ type Preference struct {
DoNotSavePassword bool `json:"no_save_password"`
NobackupFile string `json:"nobackup_file"`
Keys map[string]string `json:"keys"`
FiltersFile string `json:"filters"`
ExcludeByAttribute bool `json:"exclude_by_attribute"`
FiltersFile string `json:"filters"`
ExcludeByAttribute bool `json:"exclude_by_attribute"`
}
var preferencePath string