This commit is contained in:
Valeria Fadeeva 2024-12-30 13:04:30 +05:00
parent 69276b00b3
commit 5cbd610afc
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ RowLayout{
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.LeftButton
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: KCM.KCMLauncher.openSystemSettings("kcm_users")
}
}