Cumulus
Cumulus copied to clipboard
App stops playing when setting button is pressed
I really don't know why, but it simply stops playing when I click on settings button. When I close, it starts playing again… Has someone else gone through the same problem? cheers
I can replicate this as well, I'll look into it.
This is related to electron/issues/1854 since you are creating the Menu from the renderer process as well. Moving it to the main process will stop the audio from pausing. Unfortunately some other parts remain buggy like the progress bar for example.
This is going to need quite some ipc related refactoring… 😕
Maybe we could replace the menu by a React component inside of the app?