why was everything sl 💀

This commit is contained in:
2023-08-28 20:41:57 +05:30
parent f586163648
commit b7e2755ab2
7 changed files with 19 additions and 9 deletions

View File

@@ -239,6 +239,8 @@ func LangListWatson(listType string) []List {
Name: "Detect Language",
}}
ListD = append(append([]List{}, auto...), ListData...)
} else {
ListD = ListData
}
return ListD
}