mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +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) {
|
||||
add("unity-control-center", "sound");
|
||||
} else if (type == Type::KDE) {
|
||||
add("kcmshell6", "kcm_pulseaudio");
|
||||
add("kcmshell5", "kcm_pulseaudio");
|
||||
add("kcmshell4", "phonon");
|
||||
} else if (type == Type::Gnome) {
|
||||
|
|
Loading…
Add table
Reference in a new issue