Fix the main menus remove buttons being clickable when hidden

pull/986/head
Michael Zanetti 2023-03-03 12:08:51 +01:00
parent 254e1060cf
commit d9b22e4d51
1 changed files with 1 additions and 0 deletions

View File

@ -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)