fix speech api not showing up

This commit is contained in:
Dante Ruiz 2018-05-21 14:21:21 -07:00
parent 249d22b4b4
commit 5fb08d0d9c

View file

@ -762,7 +762,7 @@ Menu::Menu() {
speechRecognizer->getEnabled(),
speechRecognizer.data(),
SLOT(setEnabled(bool)),
UNSPECIFIED_POSITION, "Advanced");
UNSPECIFIED_POSITION);
connect(speechRecognizer.data(), SIGNAL(enabledUpdated(bool)), speechRecognizerAction, SLOT(setChecked(bool)));
#endif