bird-lamp/app/BluetoothOffPage.qml

11 lines
132 B
QML

import QtQuick 2.15
import QtQuick.Controls 2.15
Page {
id: root
Label {
text: "Please turn Bluetooth on"
}
}