1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04: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)
}
}

View File

@@ -61,8 +61,8 @@ PanelWindow {
}
Column {
anchors.fill: parent
anchors.margins: Theme.spacingL
anchors.centerIn: parent
width: parent.width - Theme.spacingL * 2
spacing: Theme.spacingL
// Title