SMS App: Don't allow sending sms when there's no device selected

Fixes T8343
This commit is contained in:
Aleix Pol 2018-04-08 02:36:05 +02:00
parent f20cb63e53
commit cfc51e0814

View file

@ -50,6 +50,7 @@ Kirigami.ScrollablePage
}
}
footer: RowLayout {
enabled: page.device
TextField {
id: message
Layout.fillWidth: true