Add Plasma 6 sound settings support

This commit is contained in:
Ilya Fedin 2024-03-26 01:47:45 +04:00 committed by John Preston
parent 887f10059d
commit 8803dfcee6

View file

@ -733,6 +733,7 @@ bool OpenSystemSettings(SystemSettingsType type) {
if (type == Type::Unity) {
add("unity-control-center", "sound");
} else if (type == Type::KDE) {
add("kcmshell6", "kcm_pulseaudio");
add("kcmshell5", "kcm_pulseaudio");
add("kcmshell4", "phonon");
} else if (type == Type::Gnome) {