1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

audio: some cleanups to audio service

This commit is contained in:
bbedward
2025-07-17 09:08:59 -04:00
parent 6484ee0806
commit 944e0fe129
2 changed files with 130 additions and 167 deletions

View File

@@ -49,10 +49,6 @@ ShellRoot {
onControlCenterVisibleChanged: {
console.log("Control center", controlCenterVisible ? "opened" : "closed")
BluetoothService.enableMonitoring(controlCenterVisible)
if (controlCenterVisible) {
// Refresh devices when opening control center
AudioService.updateDevices()
}
}
property bool batteryPopupVisible: false
property bool powerMenuVisible: false