mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
moving control speech to developer menu
This commit is contained in:
parent
f2807e38f9
commit
bd3a9865bf
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ Menu::Menu() {
|
|||
// Settings > Enable Speech Control API
|
||||
#if defined(Q_OS_MAC) || defined(Q_OS_WIN)
|
||||
auto speechRecognizer = DependencyManager::get<SpeechRecognizer>();
|
||||
QAction* speechRecognizerAction = addCheckableActionToQMenuAndActionHash(settingsMenu, MenuOption::ControlWithSpeech,
|
||||
QAction* speechRecognizerAction = addCheckableActionToQMenuAndActionHash(developerMenu, MenuOption::ControlWithSpeech,
|
||||
Qt::CTRL | Qt::SHIFT | Qt::Key_C,
|
||||
speechRecognizer->getEnabled(),
|
||||
speechRecognizer.data(),
|
||||
|
|
Loading…
Reference in a new issue