Skip to content

Commit

Permalink
fix: Remove the audio framework module
Browse files Browse the repository at this point in the history
Remove the audio framework module

Log: Remove the audio framework module
pms: BUG-292137
  • Loading branch information
swq committed Dec 19, 2024
1 parent 25a2734 commit 1b0c87c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
56 changes: 0 additions & 56 deletions src/plugin-sound/qml/AudioServerSetting.qml

This file was deleted.

1 change: 0 additions & 1 deletion src/plugin-sound/qml/SpeakerPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ DccObject {
parentName: "sound/outPut/outputGroup"
displayName: qsTr("Mono audio")
description: qsTr("Merge left and right channels into a single channel")
visible: dccData.model().audioServer === "pipewire"
weight: 40
pageType: DccObject.Editor
page: Switch {
Expand Down
9 changes: 0 additions & 9 deletions src/plugin-sound/qml/soundMain.qml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,4 @@ DccObject {
weight: 40
SoundDevicemanagesPage {}
}
DccObject {
name: "audioServerSetting"
parentName: "sound"
displayName: qsTr("Audio Framework")
description: qsTr("Choose the appropriate audio framework")
icon: "audio_framework"
weight: 50
AudioServerSetting {}
}
}

0 comments on commit 1b0c87c

Please sign in to comment.