diff --git a/main_select.go b/main_select.go index c113c04..53776e1 100644 --- a/main_select.go +++ b/main_select.go @@ -52,6 +52,7 @@ type Config struct { ExplicitChoice string `yaml:"explicit-choice"` CleanChoice string `yaml:"clean-choice"` AppleMasterChoice string `yaml:"apple-master-choice"` + AlacMax int `yaml:"alac-max"` } var config Config