create bluetooth button

This commit is contained in:
Benjamin Palko 2025-07-26 13:39:24 -04:00
parent 1c034a3904
commit d7024f3d77
4 changed files with 42 additions and 0 deletions

View file

@ -108,6 +108,10 @@ Scope {
anchors.verticalCenter: parent.verticalCenter
}
Bluetooth {
anchors.verticalCenter: parent.verticalCenter
}
Storage {
anchors.verticalCenter: parent.verticalCenter
}