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

Use appindicator in flatpak and fix desktop environment detection, add pavucontrol-qt

This commit is contained in:
Ilya Fedin
2020-01-22 17:02:27 +04:00
committed by John Preston
parent b94c8436eb
commit 04cfd598e2
3 changed files with 17 additions and 23 deletions

View File

@@ -384,6 +384,7 @@ bool OpenSystemSettings(SystemSettingsType type) {
} else if (DesktopEnvironment::IsGnome()) {
add("gnome-control-center sound");
}
add("pavucontrol-qt");
add("pavucontrol");
add("alsamixergui");
return ranges::find_if(options, [](const QString &command) {