summaryrefslogtreecommitdiff
path: root/modules/controlcenter/state/BluetoothState.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/controlcenter/state/BluetoothState.qml')
-rw-r--r--modules/controlcenter/state/BluetoothState.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/controlcenter/state/BluetoothState.qml b/modules/controlcenter/state/BluetoothState.qml
deleted file mode 100644
index 8678672..0000000
--- a/modules/controlcenter/state/BluetoothState.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}