2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 06:55:58 +00:00

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

View File

@@ -762,6 +762,8 @@ bool OpenSystemSettings(SystemSettingsType type) {
add("kcmshell4 phonon");
} else if (DesktopEnvironment::IsGnome()) {
add("gnome-control-center sound");
} else if (DesktopEnvironment::IsCinnamon()) {
add("cinnamon-settings sound");
} else if (DesktopEnvironment::IsMATE()) {
add("mate-volume-control");
}