chore: add decoration text to bot settings language dropdown (#2252)
This commit is contained in:
parent
ffc9d2f08a
commit
12e8e19932
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue