From d9b22e4d51a8e0b67888163e24c56ece5be8b65b Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 3 Mar 2023 12:08:51 +0100 Subject: [PATCH] Fix the main menus remove buttons being clickable when hidden --- nymea-app/ui/MainMenu.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/nymea-app/ui/MainMenu.qml b/nymea-app/ui/MainMenu.qml index df71bccf..af2715bf 100644 --- a/nymea-app/ui/MainMenu.qml +++ b/nymea-app/ui/MainMenu.qml @@ -154,6 +154,7 @@ Drawer { anchors { right: parent.right; verticalCenter: parent.verticalCenter; margins: Style.margins } width: Style.iconSize + Style.margins height: width + enabled: topSectionLayout.configureConnections onClicked: { tokenSettings.setValue(hostDelegate.configuredHost.uuid, "") configuredHostsModel.removeHost(index)