mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 00:36:32 +02:00
only desktop mode
This commit is contained in:
parent
5f3b68d544
commit
06b4c53d28
1 changed files with 1 additions and 1 deletions
|
@ -3037,7 +3037,7 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
}
|
||||
|
||||
case Qt::Key_H: {
|
||||
if (isMeta) {
|
||||
if (isMeta && !isHMDMode()) {
|
||||
auto menu = Menu::getInstance();
|
||||
if (menu->isOptionChecked(MenuOption::FullscreenMirror)) {
|
||||
menu->setIsOptionChecked(MenuOption::FullscreenMirror, false);
|
||||
|
|
Loading…
Reference in a new issue