From 5d81aae06e3011976e692e89299e7ddbafff85bf Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 1 Oct 2025 11:13:24 -0700 Subject: [PATCH] Remote ID: Close toolbar dropdown when going to Configure page --- src/QmlControls/RemoteIDIndicatorPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/QmlControls/RemoteIDIndicatorPage.qml b/src/QmlControls/RemoteIDIndicatorPage.qml index 4a3e82c623fd..9cf6d0d66725 100644 --- a/src/QmlControls/RemoteIDIndicatorPage.qml +++ b/src/QmlControls/RemoteIDIndicatorPage.qml @@ -58,6 +58,7 @@ ToolIndicatorPage { function goToSettings() { if (mainWindow.allowViewSwitch()) { + mainWindow.closeIndicatorDrawer() globals.commingFromRIDIndicator = true mainWindow.showSettingsTool() }