diff --git a/CHANGELOG b/CHANGELOG index f8eacf6ae..7e0fb330c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/t_modules/t_main.py b/t_modules/t_main.py index 7a41f2c44..c6acceeab 100644 --- a/t_modules/t_main.py +++ b/t_modules/t_main.py @@ -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()