remove excess bot options
This commit is contained in:
parent
c7c0634792
commit
6210f743b0
1 changed files with 5 additions and 5 deletions
|
|
@ -16,11 +16,11 @@ class ConversationBotModeSelect extends StatelessWidget {
|
|||
final Map<String, String> options = {
|
||||
"discussion":
|
||||
L10n.of(context)!.conversationBotModeSelectOption_discussion,
|
||||
"custom": L10n.of(context)!.conversationBotModeSelectOption_custom,
|
||||
"conversation":
|
||||
L10n.of(context)!.conversationBotModeSelectOption_conversation,
|
||||
"text_adventure":
|
||||
L10n.of(context)!.conversationBotModeSelectOption_textAdventure,
|
||||
// "custom": L10n.of(context)!.conversationBotModeSelectOption_custom,
|
||||
// "conversation":
|
||||
// L10n.of(context)!.conversationBotModeSelectOption_conversation,
|
||||
// "text_adventure":
|
||||
// L10n.of(context)!.conversationBotModeSelectOption_textAdventure,
|
||||
};
|
||||
|
||||
return Padding(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue