From 8803dfcee6bbb33303ffcb4b2293d1da7083bd92 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 26 Mar 2024 01:47:45 +0400 Subject: [PATCH] Add Plasma 6 sound settings support --- Telegram/SourceFiles/platform/linux/specific_linux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index b99100dce..87c561d66 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -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) {