chore: add decoration text to bot settings language dropdown (#2252)

This commit is contained in:
ggurdin 2025-03-28 10:25:12 -04:00 committed by GitHub
parent ffc9d2f08a
commit 12e8e19932
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,6 +50,7 @@ class ConversationBotSettingsForm extends StatelessWidget {
InkWell(
onTap: hasPermission ? null : () => showNoPermissionDialog(context),
child: PLanguageDropdown(
decorationText: L10n.of(context).targetLanguage,
languages:
MatrixState.pangeaController.pLanguageStore.targetOptions,
onChange: (lang) => hasPermission && enabled