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
question from:https://stackoverflow.com/questions/65874261/how-to-add-previous-play-stop-next-in-windows-10-minimizeshow to add Previous,Play/Stop,Next into my electron app same as in Spotify
I don't know how to make or do that
question from:https://stackoverflow.com/questions/65874261/how-to-add-previous-play-stop-next-in-windows-10-minimizesThumbnail 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.