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 {
|
||||
enabled: page.device
|
||||
TextField {
|
||||
id: message
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Reference in a new issue