bojanraic / spicetify-extensions

bojanraic's Spicetify Extensions
https://github.com/bojanraic
MIT License
4 stars 0 forks source link

Side Hide: Removes Queue functionnality #1

Open kernelb00t opened 3 months ago

kernelb00t commented 3 months ago

This extension removes the sidebar entirely. But the Queue functionnality uses this sidebar to show. A better approach to "hide" the sidebar would be to replace any JS that spawn the sidebar by a dummy function. That would help keeping the Queue working, and by modifying the JS the user could even choose which behaviors to remove.

bojanraic commented 3 months ago

Thanks for the report! Your suggestion sounds interesting.

Personally, I don't use the queue functionality so it was not a priority to make it more advanced than what it currently is.

However, I will investigate the suggested change when I get some time.