Fix the main menus remove buttons being clickable when hidden
This commit is contained in:
parent
254e1060cf
commit
d9b22e4d51
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user