fix select

This commit is contained in:
zhaarey
2024-06-06 11:36:14 +08:00
parent 63b4f8855b
commit 1f20fa5977

View File

@@ -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