how to add Previous,Play/Stop,Next into my electron app same as in Spotify
I don't know how to make or do that
Thumbnail Toolbars in Electron
To set thumbnail toolbar in your application, you need to use BrowserWindow.setThumbarButtons.
win.setThumbarButtons(buttons)
Add a thumbnail toolbar with a specified set of buttons to the thumbnail image of a window in a taskbar button layout. Returns a Boolean object indicates whether the thumbnail has been added successfully.
The documentation follows, not a lot to explain there.
2.1m questions
2.1m answers
60 comments
57.0k users