Fix the main menus remove buttons being clickable when hidden
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue