Update
This commit is contained in:
parent
69276b00b3
commit
5cbd610afc
|
@ -87,6 +87,8 @@ RowLayout{
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
acceptedButtons: Qt.LeftButton
|
acceptedButtons: Qt.LeftButton
|
||||||
|
hoverEnabled: true
|
||||||
|
cursorShape: Qt.PointingHandCursor
|
||||||
onClicked: KCM.KCMLauncher.openSystemSettings("kcm_users")
|
onClicked: KCM.KCMLauncher.openSystemSettings("kcm_users")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue