Set icon for starting direct chat

This commit is contained in:
miruka
2019-11-09 14:29:19 -04:00
parent de59948214
commit 793024434f
2 changed files with 5 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ HBox {
onFocusChanged: userField.forceActiveFocus()
buttonModel: [
{ name: "apply", text: qsTr("Start chat"), iconName: "join",
enabled: Boolean(userField.text), },
{ name: "apply", text: qsTr("Start chat"),
iconName: "start-direct-chat", enabled: Boolean(userField.text) },
{ name: "cancel", text: qsTr("Cancel"), iconName: "cancel" },
]