mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
BUGZ-1233: Remove keyboard shortcut to LoD tools
This commit is contained in:
parent
1011880698
commit
a225a009cd
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