diff --git a/blueman/plugins/applet/PulseAudioProfile.py b/blueman/plugins/applet/PulseAudioProfile.py index a1bb88085..16f19a2b8 100644 --- a/blueman/plugins/applet/PulseAudioProfile.py +++ b/blueman/plugins/applet/PulseAudioProfile.py @@ -66,7 +66,7 @@ def _generate_profiles_menu(info: "CardInfo") -> List["SubmenuItemDict"]: profile_icon = "bluetooth-symbolic" if profile["name"] == info["active_profile"]: profile_name = f"{profile_name}" - profile_icon = "audio-headset-symbolic" + profile_icon = "dialog-ok" items.append({ "text": profile_name, "markup": True,