Skip to content

Commit

Permalink
fix(widget/volume): correct syntax errors in volume widget documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Jan 25, 2025
1 parent aa3eaba commit bfb00ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/widgets/(Widget)-Volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ volume:
- "\uf028" # Icon for 61-100% volume
audio_menu:
blur: True
round_corners': True
round_corners_type': 'normal'
border_color': 'System'
alignment': 'right'
direction': 'down'
distance': 6
round_corners: True
round_corners_type: 'normal'
border_color: 'System'
alignment: 'right'
direction: 'down'
distance: 6
callbacks:
on_left: "toggle_volume_menu"
on_right: "toggle_mute"
Expand Down

0 comments on commit bfb00ac

Please # to comment.