Skip to content

Commit

Permalink
Fix spotify icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Oct 6, 2022
1 parent 4129800 commit 7280233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ v7.4.2
- Fixed min window size on HiDPI
- Fixed cursor size on Wayland
- Fixed spotify remote pause/next/previous control
- Fixed spotify icon colour in menus
- Marked tray menu strings for translation


Expand Down
6 changes: 3 additions & 3 deletions t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17073,9 +17073,9 @@ def new_playlist(switch=True):
spot_icon.yoff = 2

jell_icon = MenuIcon(spot_asset)
spot_icon.colour = [190, 100, 210, 255]
spot_icon.xoff = 5
spot_icon.yoff = 2
jell_icon.colour = [190, 100, 210, 255]
jell_icon.xoff = 5
jell_icon.yoff = 2

tab_menu.br()

Expand Down

0 comments on commit 7280233

Please sign in to comment.