mirror of https://github.com/procxx/kepka.git
Add Cinnamon sound settings command
This commit is contained in:
parent
fb97940cac
commit
1fc2b19c94
|
@ -762,6 +762,8 @@ bool OpenSystemSettings(SystemSettingsType type) {
|
||||||
add("kcmshell4 phonon");
|
add("kcmshell4 phonon");
|
||||||
} else if (DesktopEnvironment::IsGnome()) {
|
} else if (DesktopEnvironment::IsGnome()) {
|
||||||
add("gnome-control-center sound");
|
add("gnome-control-center sound");
|
||||||
|
} else if (DesktopEnvironment::IsCinnamon()) {
|
||||||
|
add("cinnamon-settings sound");
|
||||||
} else if (DesktopEnvironment::IsMATE()) {
|
} else if (DesktopEnvironment::IsMATE()) {
|
||||||
add("mate-volume-control");
|
add("mate-volume-control");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue