use new dropdown in Mzansai Ai pt2

This commit is contained in:
2025-06-10 15:50:17 +02:00
parent 8924bc5af2
commit 99c434ec93

View File

@@ -403,7 +403,7 @@ class _AiChatState extends State<AiChat> {
width: 230,
child: MihDropdownField(
controller: _ttsVoiceController,
hintText: "Dropdown",
hintText: "AI Voice",
dropdownOptions: _voicesString,
editable: true,
enableSearch: true,