From 1f20fa5977ecf4e8a7073c8fd5aaecfafa9dbc80 Mon Sep 17 00:00:00 2001 From: zhaarey <157944548+zhaarey@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:36:14 +0800 Subject: [PATCH] fix select --- main_select.go | 1 + 1 file changed, 1 insertion(+) 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