mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Add Cinnamon sound settings command
This commit is contained in:
parent
fb97940cac
commit
1fc2b19c94
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue