SMS App: Don't allow sending sms when there's no device selected
Fixes T8343
This commit is contained in:
parent
f20cb63e53
commit
cfc51e0814
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ Kirigami.ScrollablePage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
footer: RowLayout {
|
footer: RowLayout {
|
||||||
|
enabled: page.device
|
||||||
TextField {
|
TextField {
|
||||||
id: message
|
id: message
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
Loading…
Reference in a new issue