1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-10 15:32:52 -05:00

Fix audio device change, set-wallpaper, some popup alignment

This commit is contained in:
bbedward
2025-07-11 12:05:20 -04:00
parent 0b4464fe2c
commit b4f73ceb7b
4 changed files with 89 additions and 49 deletions

View File

@@ -1051,6 +1051,8 @@ PanelWindow {
cursorShape: Qt.PointingHandCursor
onClicked: {
console.log("Clicked audio device:", JSON.stringify(modelData))
console.log("Device name to set:", modelData.name)
AudioService.setAudioSink(modelData.name)
}
}