Peter Daniš

Results 7 comments of Peter Daniš

I should add, that focus is properly restored on Windows 7, Windows 10. On Linux (Fedora 26) behavior is unchanged, it worked before fix and works the same way after...

@rickgbw please merge this PR. Windows users could benefit from it. Alt-tabbing to get back to previous work after each terminal use is annoying. Thank you.

1. Create `com.me.limelight.plist` file with following content in `/Libraty/LaunchAgents` directory (feel free to replace `com.me.limelight` with whatever you want, just something unique): ``` Label com.me.limelight KeepAlive RunAtLoad ProgramArguments /usr/local/bin/limelight ```...

I would like to see support for Windows too. According to https://docs.codeclimate.com/docs/configuring-test-coverage#section-locations-of-pre-built-binaries only Linux and OS X are supported.

Could you be please more specific? If you are trying to get path to app directory, you can use https://github.com/electron/electron/blob/main/docs/api/app.md#appgetapppath.

Thanks for suggestion. I would like to rewrite the app to React before adding any new functionality. From my short googling, it looks that adding chrome extensions to electron app...