mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
fix(CreateChatView): disable confirm button if no tags added
Closes #7493
This commit is contained in:
parent
f17003e5f2
commit
d45230a6f7
@ -164,6 +164,7 @@ Item {
|
|||||||
|
|
||||||
StatusButton {
|
StatusButton {
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
|
enabled: (listView.count > 0)
|
||||||
text: qsTr("Confirm")
|
text: qsTr("Confirm")
|
||||||
onClicked: root.confirmed()
|
onClicked: root.confirmed()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user