remove practice mode button from audio messages
This commit is contained in:
parent
77c6e24863
commit
2adc550b6f
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class SelectModeButtonsState extends State<SelectModeButtons> {
|
|||
|
||||
static List<SelectMode> get audioModes => [
|
||||
SelectMode.speechTranslation,
|
||||
SelectMode.practice,
|
||||
// SelectMode.practice,
|
||||
];
|
||||
|
||||
SelectMode? _selectedMode;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue