Please add an option to hide the Switch to YTM button, or to at least to customise it so it can be made dark, thank you.
How about following the custom theme?
No Theme:

Themed Dark:

Themed: Light:

I'm themed dark, so the button sticks out whichever colour I choose. I'll try very dark grey though. Pity beause I liked a colour accent.
How about following the custom theme?
No Theme:
Themed Dark:
Themed: Light:
Hmm. I am using a version that was compiled and shared to solve the 'stuck on loading screen issue' which is marked as Version 4.6.1 (4.6.1) but the theme doesn't affect the YT button, it stays bright red no matter which colour I choose. So choosing a dark grey wouldn't work.
But I am sure there are people out there who don't like YT Music, it would be nice to be able to hide the button if it's a service one doesn't use.
Thank you.
These are changes I have made locally as I originally contributed the button to the project. I could go the route I did with YTM and make the background transparent and let the text follow the theme color instead, but YTM only has dark mode so that might not work in GPM.
These are changes I have made locally as I originally contributed the button to the project. I could go the route I did with YTM and make the background transparent and let the text follow the theme color instead, but YTM only has dark mode so that might not work in GPM.
Thanks for your reply Jesse. I assume having the option to hide it altogether through a tick box in the Preferences would be too involved?
Temporary Custom CSS methods of theming / removing.
/* Removes new Switch to YT Music Button */
#ytm-button { display: none; }
/* Sets the colour to Accent Colour (Only good for Dark / Custom Theme */
#ytm-button { background: <<FORE_PRIMARY>> !important; }
/* Sets the Black with White Text */
#ytm-button { background: <<BACK_PRIMARY>> !important; color: <<FORE_PRIMARY>> !important; }
/* Sets to White with Black text */
#ytm-button { background: <<FORE_PRIMARY>> !important; color: <<BACK_PRIMARY>> !important; }
/* No Background */
#ytm-button { background: none !important; }



I do think this is ultimately gonna be an issue with getting it to work on Most Themes Nicely, and I do feel that making the background Invisible is the cleanest and almost Laziest option to please most people.
Thank you! Will use this until further notice.
Unfortunately, the "Switch to GPM" button cannot be hidden since custom styles for Youtube Music isn't available. So I'm stuck with that annoying button that I can't get rid of.
We most definitely need an option to remove it.
@Alipoodle -> I'm here searching for a solution to hide this button, so great idea using this css as a temporary solution.
@Zomby2D @MarshallOfSound
Only yesterday I stumbled onto the midnight theme for Google Play Music, and I was thrilled. And now I've stumbled onto the desktop app, and I'm blown away. Well done. Seriously.
Wondering, since the "Switch to GPM" button can't be hidden - why not consider alternative placement for it? Side menu, perhaps. Unless of course this toggle is something a lot of users are
using.. then I will patiently wait for an update to hide permanently. The app is phenomenal as is.
Most helpful comment
Temporary Custom CSS methods of theming / removing.
I do think this is ultimately gonna be an issue with getting it to work on Most Themes Nicely, and I do feel that making the background Invisible is the cleanest and almost Laziest option to please most people.