From 3036ab2067db4e86b69d600aac227fe86a91f0f9 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 9 Dec 2024 20:51:31 -0800 Subject: [PATCH] hid editor connection menu --- VortexEngine/src/Menus/Menus.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VortexEngine/src/Menus/Menus.cpp b/VortexEngine/src/Menus/Menus.cpp index 99f2aee321..5c957872e5 100644 --- a/VortexEngine/src/Menus/Menus.cpp +++ b/VortexEngine/src/Menus/Menus.cpp @@ -109,9 +109,9 @@ bool Menus::runMenuSelection() // Hide the editor connection menu because it opens automatically // TODO: Create a better way to hide this menu color, this menu // will automatically open when the device is plugged in - //if (m_selection == MENU_EDITOR_CONNECTION) { - // m_selection++; - //} + if (m_selection == MENU_EDITOR_CONNECTION) { + m_selection++; + } #endif DEBUG_LOGF("Cyling to ring menu %u", m_selection); // reset the open time so that it starts again