mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
fixed menu error
This commit is contained in:
parent
027d2d323c
commit
ad02118588
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ Menu::Menu() {
|
|||
auto scope = DependencyManager::get<AudioScope>();
|
||||
MenuWrapper* audioScopeMenu = audioDebugMenu->addMenu("Audio Scope");
|
||||
|
||||
action = addActionToQMenuAndActionHash(audioScopeMenu, MenuOption::AudioScope, Qt::CTRL | Qt::Key_F2, false);
|
||||
action = addActionToQMenuAndActionHash(audioScopeMenu, MenuOption::AudioScope);
|
||||
connect(action, &QAction::triggered, [] {
|
||||
auto scriptEngines = DependencyManager::get<ScriptEngines>();
|
||||
QUrl defaultScriptsLoc = PathUtils::defaultScriptsLocation();
|
||||
|
|
Loading…
Reference in a new issue