mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix speech api not showing up
This commit is contained in:
parent
249d22b4b4
commit
5fb08d0d9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue