We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12ba18 commit bc0d791Copy full SHA for bc0d791
1 file changed
kubectl-ctx/ContextRow.qml
@@ -73,8 +73,8 @@ Item {
73
anchors.fill: parent
74
hoverEnabled: true
75
cursorShape: Qt.PointingHandCursor
76
- onClicked: {
77
- if (!root.isActive) root.activated(root.contextName);
+ onPressed: {
+ root.activated(root.contextName);
78
}
79
80
0 commit comments