You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The app is missing some functionality that works as great UX in Spotify's app, and is one that I frequently find myself using. When hovering over an app, three buttons are displayed on Spotify (image not mine):
They are "go back", "play/pause", and "skip" respectively. These buttons allow for much faster alternating between playing songs, without having to open the app and press the buttons from there.
Describe alternatives you've considered
No other alternatives have been considered as I believe this is the only way of implementing the aforementioned buttons with Electron's API.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The app is missing some functionality that works as great UX in Spotify's app, and is one that I frequently find myself using. When hovering over an app, three buttons are displayed on Spotify (image not mine):
They are "go back", "play/pause", and "skip" respectively. These buttons allow for much faster alternating between playing songs, without having to open the app and press the buttons from there.
Describe the solution you'd like
As this project is built with Electron, the ThumbarButton objects can be used to swiftly implement this.
https://www.electronjs.org/docs/latest/api/structures/thumbar-button
I do not have any experience with Electron nor TypeScript, though a quick skimming through the API landed me on the following method that I believe is most relevant:
https://www.electronjs.org/docs/latest/api/browser-window#winsetthumbarbuttonsbuttons-windows
Describe alternatives you've considered
No other alternatives have been considered as I believe this is the only way of implementing the aforementioned buttons with Electron's API.
The text was updated successfully, but these errors were encountered: