Skip to content

Commit

Permalink
Update PulseAudioProfile.py
Browse files Browse the repository at this point in the history
I changed the icon of the selected profile to "dialog-ok".
  • Loading branch information
localevil authored and infirit committed Sep 9, 2023
1 parent 14c23f6 commit fc3349d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueman/plugins/applet/PulseAudioProfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"<b>{profile_name}</b>"
profile_icon = "audio-headset-symbolic"
profile_icon = "dialog-ok"
items.append({
"text": profile_name,
"markup": True,
Expand Down

0 comments on commit fc3349d

Please sign in to comment.