mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Add Plasma 6 sound settings support
This commit is contained in:
parent
887f10059d
commit
8803dfcee6
1 changed files with 1 additions and 0 deletions
|
@ -733,6 +733,7 @@ bool OpenSystemSettings(SystemSettingsType type) {
|
||||||
if (type == Type::Unity) {
|
if (type == Type::Unity) {
|
||||||
add("unity-control-center", "sound");
|
add("unity-control-center", "sound");
|
||||||
} else if (type == Type::KDE) {
|
} else if (type == Type::KDE) {
|
||||||
|
add("kcmshell6", "kcm_pulseaudio");
|
||||||
add("kcmshell5", "kcm_pulseaudio");
|
add("kcmshell5", "kcm_pulseaudio");
|
||||||
add("kcmshell4", "phonon");
|
add("kcmshell4", "phonon");
|
||||||
} else if (type == Type::Gnome) {
|
} else if (type == Type::Gnome) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue