Cumulus icon indicating copy to clipboard operation
Cumulus copied to clipboard

App stops playing when setting button is pressed

Open felipeptx opened this issue 8 years ago • 4 comments

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

felipeptx avatar Jun 08 '16 15:06 felipeptx

screen shot 2016-06-08 at 16 11 10

felipeptx avatar Jun 08 '16 15:06 felipeptx

I can replicate this as well, I'll look into it.

gillesdemey avatar Jun 23 '16 11:06 gillesdemey

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… 😕

mzdr avatar Aug 23 '16 21:08 mzdr

Maybe we could replace the menu by a React component inside of the app?

seppestas avatar Aug 25 '16 15:08 seppestas