mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 17:47:09 +00:00
13 lines
308 B
QML
13 lines
308 B
QML
import Quickshell.Bluetooth
|
|
import QtQuick
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
property BluetoothDevice active: null
|
|
property BluetoothAdapter currentAdapter: Bluetooth.defaultAdapter
|
|
property bool editingAdapterName: false
|
|
property bool fabMenuOpen: false
|
|
property bool editingDeviceName: false
|
|
}
|