mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-25 11:34:47 +02:00
Merge pull request #16055 from zfox23/removeLoDShortcut
BUGZ-1233: Remove keyboard shortcut to LoD tools
This commit is contained in:
commit
ee57d25df9
1 changed files with 0 additions and 2 deletions
|
@ -4418,8 +4418,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
} else if (isMeta) {
|
||||
auto dialogsManager = DependencyManager::get<DialogsManager>();
|
||||
dialogsManager->toggleAddressBar();
|
||||
} else if (isShifted) {
|
||||
Menu::getInstance()->triggerOption(MenuOption::LodTools);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue