Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App stops playing when setting button is pressed #62

Open
felipeptx opened this issue Jun 8, 2016 · 4 comments
Open

App stops playing when setting button is pressed #62

felipeptx opened this issue Jun 8, 2016 · 4 comments
Labels

Comments

@felipeptx
Copy link

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
Copy link
Author

screen shot 2016-06-08 at 16 11 10

@gillesdemey
Copy link
Owner

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

@mzdr
Copy link

mzdr commented Aug 23, 2016

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

@seppestas
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants