bird-lamp/app/BluetoothOffPage.qml

11 lines
132 B
QML
Raw Normal View History

2023-01-13 17:28:25 +01:00
import QtQuick 2.15
import QtQuick.Controls 2.15
Page {
id: root
Label {
text: "Please turn Bluetooth on"
}
}