Add Cinnamon sound settings command

This commit is contained in:
Ilya Fedin 2020-05-30 03:16:18 +04:00 committed by John Preston
parent fb97940cac
commit 1fc2b19c94
1 changed files with 2 additions and 0 deletions

View File

@ -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");
} }